packages feed

nkjp 0.1.0 → 0.1.1

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~tar

Dependency ranges changed: tar

Files

Text/NKJP/Morphosyntax.hs view
@@ -87,7 +87,7 @@  readTar :: FilePath -> IO [Tar.Entry] readTar tar-    =  Tar.foldEntries (:) [] error+    =  Tar.foldEntries (:) [] (error . show)     .  Tar.read . GZip.decompress    <$> BS.readFile tar 
Text/NKJP/Named.hs view
@@ -108,7 +108,7 @@  readTar :: FilePath -> IO [Tar.Entry] readTar tar-    =  Tar.foldEntries (:) [] error+    =  Tar.foldEntries (:) [] (error . show)     .  Tar.read . GZip.decompress    <$> BS.readFile tar 
nkjp.cabal view
@@ -1,5 +1,5 @@ name:               nkjp-version:            0.1.0+version:            0.1.1 synopsis:           Manipulating the National Corpus of Polish (NKJP) description:     The library provides parsing and printing utilities for the@@ -23,7 +23,7 @@       , polysoup       , bytestring       , zlib-      , tar+      , tar >= 0.4 && < 0.5       , filepath       , data-named