hs-gizapp 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- NLP/GizaPlusPlus.hs +1/−1
- hs-gizapp.cabal +3/−3
NLP/GizaPlusPlus.hs view
@@ -104,7 +104,7 @@ Nothing -- stdin gizaStdout -- stdout gizaStdout -- stderr- waitForProcess proc+ _ <- waitForProcess proc -- parse the output let algnfile = subTmpDir </> "output.A3.final" mparse <- parseFromFile alignFile algnfile
hs-gizapp.cabal view
@@ -1,5 +1,5 @@ name: hs-gizapp-version: 0.1.0.2+version: 0.1.0.3 synopsis: Haskell wrapper around the GIZA++ toolkit. description: This provides a simple wrapper around the GIZA++ toolkit, which is used for Statistical Machine Translation for@@ -19,8 +19,8 @@ license-file: LICENSE author: Eric Kow maintainer: Eric Kow <E.Y.Kow@brighton.ac.uk>-build-Depends: base >= 3 && < 4,- containers >= 0.1 && < 0.3,+build-Depends: base >= 3 && < 4.3,+ containers >= 0.1 && < 0.5, directory >= 1.0 && < 1.1, filepath >= 1.1 && < 1.2, parsec >= 2.1 && < 3.1,