cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: d20f56c0425928a1be4c88663a21f7c61fce729aeae40ef694046e1a6947ac8e name: composite-opaleye version: 0.7.0.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 homepage: https://github.com/ConferOpenSource/composite#readme author: Confer Health, Inc. maintainer: oss@vitalbio.com copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences license: BSD3 build-type: Simple library exposed-modules: Composite.Opaleye Composite.Opaleye.ProductProfunctors Composite.Opaleye.RecordTable Composite.Opaleye.TH Composite.Opaleye.Update Composite.Opaleye.Util other-modules: Paths_composite_opaleye hs-source-dirs: src default-extensions: DataKinds FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses OverloadedStrings PatternSynonyms PolyKinds ScopedTypeVariables StrictData TemplateHaskell TypeFamilies TypeOperators ViewPatterns ghc-options: -Wall -O2 build-depends: base >=4.7 && <5 , bytestring >=0.10.8.1 && <0.11 , composite-base >=0.7 && <0.8 , lens >=4.15.4 && <4.18 , 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 , text >=1.2.2.2 && <1.3 , vinyl >=0.5.3 && <0.13 default-language: Haskell2010 test-suite composite-opaleye-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: UpdateSpec Paths_composite_opaleye hs-source-dirs: test default-extensions: DataKinds FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses OverloadedStrings PatternSynonyms PolyKinds ScopedTypeVariables StrictData TemplateHaskell TypeFamilies TypeOperators ViewPatterns ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans build-depends: QuickCheck , base >=4.7 && <5 , bytestring >=0.10.8.1 && <0.11 , composite-base >=0.7 && <0.8 , composite-opaleye , hspec , lens >=4.15.4 && <4.18 , 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 , text >=1.2.2.2 && <1.3 , vinyl >=0.5.3 && <0.13 default-language: Haskell2010