encoding/Data/Encoding/MacOSRoman.hs
Henning Guenther 53d723d61e Added MacOSRoman
Ignore-this: 9e8a302ffb6510ac490e71274d831231

darcs-hash:20090303125116-a4fee-ab486e72484d1ab9ac33dedc0ab2150ad05d2714
2009-03-03 04:51:16 -08:00

6 lines
192 B
Haskell

{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
module Data.Encoding.MacOSRoman where
import Data.Encoding.Helper.Template (makeISOInstance)
$( makeISOInstance "MacOSRoman" "ROMAN.TXT" )