This envolves adding the requirement, that every Encoding must also be an instance of Eq and Typeable to go into DynEncoding. darcs-hash:20090225035150-a4fee-c7d902e28313929ee9ffe0c6a6b60d8ff4704ae9
6 lines
189 B
Haskell
6 lines
189 B
Haskell
{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
|
|
module Data.Encoding.ISO88598 where
|
|
|
|
import Data.Encoding.Helper.Template (makeISOInstance)
|
|
|
|
$( makeISOInstance "ISO88598" "8859-8.TXT" ) |