encoding/Data/Encoding/ISO885913.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
192 B
Haskell

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