packages feed

encoding-0.5.0: Data/Encoding/ISO88598.hs

{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
module Data.Encoding.ISO88598 where

import Data.Encoding.Helper.Template (makeISOInstance)

$( makeISOInstance "ISO88598" "8859-8.TXT" )