encoding/Data/Encoding/CP1256.hs
Henning Guenther 1543e75f50 Added Eq instance for DynEncoding
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
2009-02-24 19:51:50 -08:00

6 lines
185 B
Haskell

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