Vec-Boolean 1.0.5 → 1.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~VecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Vec
API changes (from Hackage documentation)
Files
- Vec-Boolean.cabal +2/−2
Vec-Boolean.cabal view
@@ -1,5 +1,5 @@ name: Vec-Boolean -version: 1.0.5 +version: 1.0.6 cabal-version: >= 1.8 build-type: Simple license: BSD3 @@ -14,7 +14,7 @@ library build-depends: base >= 4 && <5, - Vec == 0.9.9, + Vec == 1.0.1, Boolean == 0.0.1 hs-source-dirs: src ghc-options: -Wall