MissingH 1.0.2.0 → 1.0.2.1
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- MissingH.cabal +4/−2
MissingH.cabal view
@@ -1,5 +1,5 @@ Name: MissingH-Version: 1.0.2.0+Version: 1.0.2.1 License: GPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -64,7 +64,9 @@ PatternSignatures Build-Depends: network, parsec, base,- haskell98, mtl, HUnit, regex-compat, QuickCheck, filepath,+ haskell98, mtl, HUnit, regex-compat,+ QuickCheck >= 1.0 && < 2.0,+ filepath, hslogger If flag(splitBase) Build-Depends: base >= 3, directory, random, process, old-time,