packages feed

gettext-th 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+4/−2 lines, 2 filesdep +th-lift-instances

Dependencies added: th-lift-instances

Files

gettext-th.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               gettext-th-version:            0.1.0.2+version:            0.1.0.3  synopsis: gettext-th can internationalise a haskell program without runtime dependencies @@ -17,7 +17,7 @@  -- A copyright notice. -- copyright:-category: i18, Text+category: i18n Text extra-source-files: CHANGELOG.md, README.md  library@@ -35,6 +35,7 @@                     , haskell-gettext                     , template-haskell                     , text+                    , th-lift-instances     hs-source-dirs:   src     default-language: Haskell2010     ghc-options: -Wall -fwarn-tabs 
src/I18N/Gettext/TH.hs view
@@ -4,6 +4,7 @@  import Language.Haskell.TH import Language.Haskell.TH.Quote+import Instances.TH.Lift() import System.IO.Unsafe import System.Directory import Data.IORef