From 53d723d61eeaa6eb00339964df9520518c3e5075 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Tue, 3 Mar 2009 04:51:16 -0800 Subject: [PATCH] Added MacOSRoman Ignore-this: 9e8a302ffb6510ac490e71274d831231 darcs-hash:20090303125116-a4fee-ab486e72484d1ab9ac33dedc0ab2150ad05d2714 --- Data/Encoding/MacOSRoman.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Data/Encoding/MacOSRoman.hs diff --git a/Data/Encoding/MacOSRoman.hs b/Data/Encoding/MacOSRoman.hs new file mode 100644 index 0000000..63f2b87 --- /dev/null +++ b/Data/Encoding/MacOSRoman.hs @@ -0,0 +1,6 @@ +{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-} +module Data.Encoding.MacOSRoman where + +import Data.Encoding.Helper.Template (makeISOInstance) + +$( makeISOInstance "MacOSRoman" "ROMAN.TXT" ) \ No newline at end of file