packages feed

composite-opaleye 0.5.4.0 → 0.5.5.0

raw patch · 1 files changed

+11/−10 lines, 1 filesdep ~product-profunctorsdep ~template-haskelldep ~vinyl

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

Files

composite-opaleye.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack ----- hash: 2d6f4b51d74138272d878e82f39a9ea1283df0b56f9264b5e60ce877d44f51f6+-- hash: a165e49742efd61caf8c673211c5e9f70c4b579833740ea594949012cfff973b  name:           composite-opaleye-version:        0.5.4.0+version:        0.5.5.0 synopsis:       Opaleye SQL for Frames records description:    Integration between Frames records and Opaleye SQL, allowing records to be stored, retrieved, and queried from PostgreSQL. category:       Records@@ -15,7 +17,6 @@ copyright:      2017 Confer Health, Inc. license:        BSD3 build-type:     Simple-cabal-version:  >= 1.10  library   hs-source-dirs:@@ -29,11 +30,11 @@     , lens >=4.15.4 && <4.17     , opaleye >=0.5.4.0 && <0.7     , postgresql-simple >=0.5.3.0 && <0.6-    , product-profunctors >=0.8.0.3 && <0.10+    , product-profunctors >=0.8.0.3 && <0.11     , profunctors >=5.2.1 && <5.3-    , template-haskell >=2.11.1.0 && <2.13+    , template-haskell >=2.11.1.0 && <2.14     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.8+    , vinyl >=0.5.3 && <0.9   exposed-modules:       Composite.Opaleye       Composite.Opaleye.ProductProfunctors@@ -62,11 +63,11 @@     , lens >=4.15.4 && <4.17     , opaleye >=0.5.4.0 && <0.7     , postgresql-simple >=0.5.3.0 && <0.6-    , product-profunctors >=0.8.0.3 && <0.10+    , product-profunctors >=0.8.0.3 && <0.11     , profunctors >=5.2.1 && <5.3-    , template-haskell >=2.11.1.0 && <2.13+    , template-haskell >=2.11.1.0 && <2.14     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.8+    , vinyl >=0.5.3 && <0.9   other-modules:       UpdateSpec       Paths_composite_opaleye