IOSpec 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- IOSpec.cabal +2/−2
IOSpec.cabal view
@@ -1,5 +1,5 @@ Name: IOSpec-Version: 0.2.2+Version: 0.2.3 License: BSD3 License-file: LICENSE Author: Wouter Swierstra, Yusaku Hashimoto@@ -42,7 +42,7 @@ with the source distribution. Category: Testing Build-Type: Simple-Build-Depends: base >= 2 && < 4.4, mtl, QuickCheck >= 2 && < 3, Stream+Build-Depends: base >= 2 && < 4.5, mtl, QuickCheck >= 2 && < 3, Stream Extensions: MultiParamTypeClasses, OverlappingInstances Ghc-options: -Wall Hs-source-dirs: src