packages feed

composite-opaleye 0.7.1.0 → 0.7.2.0

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~lensdep ~profunctorsdep ~template-haskell

Dependency ranges changed: lens, profunctors, template-haskell, vinyl

Files

composite-opaleye.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.32.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 79d512035a9620b2f21d5a2384970b6e22dd81ef532f239dfb7f29636c7c95eb+-- hash: 3eba00716a7e469c9b31d06587acd59a53dc789ebd03ca7bc216a5604343fb32  name:           composite-opaleye-version:        0.7.1.0+version:        0.7.2.0 synopsis:       Opaleye SQL for Vinyl records description:    Integration between Vinyl records and Opaleye SQL, allowing records to be stored, retrieved, and queried from PostgreSQL. category:       Records@@ -36,14 +36,14 @@       base >=4.7 && <5     , bytestring >=0.10.8.1 && <0.11     , composite-base >=0.7 && <0.8-    , lens >=4.15.4 && <4.18+    , lens >=4.15.4 && <4.20     , opaleye >=0.5.4.0 && <0.7     , postgresql-simple >=0.5.3.0 && <0.7     , product-profunctors >=0.8.0.3 && <0.11-    , profunctors >=5.2.1 && <5.4-    , template-haskell >=2.11.1.0 && <2.15+    , profunctors >=5.2.1 && <5.6+    , template-haskell >=2.11.1.0 && <2.16     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.13+    , vinyl >=0.5.3 && <0.14   default-language: Haskell2010  test-suite composite-opaleye-test@@ -63,12 +63,12 @@     , composite-base >=0.7 && <0.8     , composite-opaleye     , hspec-    , lens >=4.15.4 && <4.18+    , lens >=4.15.4 && <4.20     , opaleye >=0.5.4.0 && <0.7     , postgresql-simple >=0.5.3.0 && <0.7     , product-profunctors >=0.8.0.3 && <0.11-    , profunctors >=5.2.1 && <5.4-    , template-haskell >=2.11.1.0 && <2.15+    , profunctors >=5.2.1 && <5.6+    , template-haskell >=2.11.1.0 && <2.16     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.13+    , vinyl >=0.5.3 && <0.14   default-language: Haskell2010