packages feed

Vec-Boolean 1.0.4 → 1.0.5

raw patch · 1 files changed

+2/−3 lines, 1 filesdep ~Vec

Dependency ranges changed: Vec

Files

Vec-Boolean.cabal view
@@ -1,12 +1,11 @@ name:                Vec-Boolean
-version:             1.0.4
+version:             1.0.5
 cabal-version:       >= 1.8
 build-type:          Simple
 license:             BSD3
 license-file:        ""
 copyright:           Tobias Bexelius
 maintainer:          Tobias Bexelius
-build-depends:       Boolean == 0.0.1, Vec == 0.9.7, base >= 4 && < 5
 synopsis:            Provides Boolean instances for the Vec package
 description:         This package adds instances for the classes IfB and EqB in the Boolean package for the fixed length list data type in the Vec package.
              These intances are useful for example when using the GPipe package.
@@ -15,7 +14,7 @@ library 
   build-depends:   
                    base >= 4 && <5,
-                   Vec == 0.9.8,
+                   Vec == 0.9.9,
                    Boolean == 0.0.1
   hs-source-dirs:  src
   ghc-options:     -Wall