composite-opaleye 0.7.2.0 → 0.7.3.0
raw patch · 2 files changed
+4/−5 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
composite-opaleye.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3eba00716a7e469c9b31d06587acd59a53dc789ebd03ca7bc216a5604343fb32+-- hash: fba07b73cdccf538e86e3c4240b0c1167875b914afeba15aca44ac61ddacbcc5 name: composite-opaleye-version: 0.7.2.0+version: 0.7.3.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@@ -41,7 +41,7 @@ , postgresql-simple >=0.5.3.0 && <0.7 , product-profunctors >=0.8.0.3 && <0.11 , profunctors >=5.2.1 && <5.6- , template-haskell >=2.11.1.0 && <2.16+ , template-haskell >=2.11.1.0 && <2.17 , text >=1.2.2.2 && <1.3 , vinyl >=0.5.3 && <0.14 default-language: Haskell2010@@ -68,7 +68,7 @@ , postgresql-simple >=0.5.3.0 && <0.7 , product-profunctors >=0.8.0.3 && <0.11 , profunctors >=5.2.1 && <5.6- , template-haskell >=2.11.1.0 && <2.16+ , template-haskell >=2.11.1.0 && <2.17 , text >=1.2.2.2 && <1.3 , vinyl >=0.5.3 && <0.14 default-language: Haskell2010
src/Composite/Opaleye/TH.hs view
@@ -4,7 +4,6 @@ import Control.Lens ((<&>)) import qualified Data.ByteString.Char8 as BSC8 import Data.Maybe (fromMaybe)-import Data.Monoid ((<>)) import Data.Profunctor.Product.Default (Default, def) import Data.Traversable (for) import Database.PostgreSQL.Simple (ResultError(ConversionFailed, Incompatible, UnexpectedNull))