packages feed

vector-builder 0.3.8.6 → 0.3.8.7

raw patch · 1 files changed

+6/−7 lines, 1 filesdep ~quickcheck-instances

Dependency ranges changed: quickcheck-instances

Files

vector-builder.cabal view
@@ -1,5 +1,6 @@+cabal-version: 3.0 name:          vector-builder-version:       0.3.8.6+version:       0.3.8.7 synopsis:      Vector builder description:   An API for efficient and convenient construction of vectors.@@ -37,12 +38,10 @@ copyright:     (c) 2016, Nikita Volkov license:       MIT license-file:  LICENSE-build-type:    Simple-cabal-version: >=1.10  source-repository head   type:     git-  location: git://github.com/nikita-volkov/vector-builder.git+  location: https://github.com/nikita-volkov/vector-builder  library   hs-source-dirs:     library@@ -98,7 +97,7 @@     VectorBuilder.Prelude    build-depends:-      base >=4.10 && <5+    , base >=4.10 && <5     , vector >=0.12 && <0.14  test-suite tests@@ -146,8 +145,8 @@    default-language:   Haskell2010   build-depends:-      attoparsec >=0.13 && <0.15-    , quickcheck-instances >=0.3.11 && <0.4+    , attoparsec >=0.13 && <0.15+    , quickcheck-instances >=0.3.11 && <0.5     , rerebase <2     , tasty >=0.12 && <2     , tasty-hunit >=0.9 && <0.11