packages feed

postgresql-binary 0.14 → 0.14.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~tasty-quickcheck

Dependency ranges changed: tasty-quickcheck

Files

postgresql-binary.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               postgresql-binary-version:            0.14+version:            0.14.0.1 synopsis:           Encoders and decoders for the PostgreSQL's binary format description:   An API for dealing with PostgreSQL's binary data format.@@ -25,7 +25,7 @@  source-repository head   type:     git-  location: git://github.com/nikita-volkov/postgresql-binary.git+  location: https://github.com/nikita-volkov/postgresql-binary  common base   default-language:   Haskell2010@@ -126,7 +126,7 @@     , rerebase >=1.20.1.1 && <2     , tasty >=1.4 && <2     , tasty-hunit >=0.10 && <0.11-    , tasty-quickcheck >=0.10 && <0.11+    , tasty-quickcheck >=0.10 && <0.12  benchmark encoding   import:         base