cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack -- -- hash: 828a26708bec6f39a24df0756a3d2dd777fdf99297084fbc1c4296c62d49b8fb name: composite-base version: 0.8.1.0 synopsis: Shared utilities for composite-* packages. description: Shared helpers for the various composite packages. category: Records homepage: https://github.com/composite-hs/composite-base#readme author: Confer Health, Inc. maintainer: oss@vitalbio.com copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences license: BSD3 license-file: LICENSE build-type: Simple library exposed-modules: Composite Composite.CoRecord Composite.Record Composite.TH Control.Monad.Composite.Context other-modules: Paths_composite_base hs-source-dirs: src default-extensions: ConstraintKinds DataKinds FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns ghc-options: -Wall -O2 build-depends: base >=4.12 && <5 , deepseq ==1.4.* , exceptions >=0.8.3 && <0.11 , lens >=4.15.4 && <5.2 , monad-control >=1.0.2.2 && <1.1 , mtl >=2.2.1 && <2.3 , profunctors >=5.2.1 && <5.7 , template-haskell >=2.11.1.0 && <2.19 , text >=1.2.2.2 && <1.3 , transformers >=0.5.2.0 && <0.6 , transformers-base >=0.4.4 && <0.5 , unliftio-core >=0.1.0.0 && <0.3.0.0 , vinyl >=0.5.3 && <0.15 default-language: Haskell2010 test-suite composite-base-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: RecordSpec THSpec Paths_composite_base hs-source-dirs: test default-extensions: ConstraintKinds DataKinds FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators ViewPatterns ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fno-warn-orphans build-depends: QuickCheck , base >=4.12 && <5 , composite-base , deepseq ==1.4.* , exceptions >=0.8.3 && <0.11 , hspec , lens >=4.15.4 && <5.2 , monad-control >=1.0.2.2 && <1.1 , mtl >=2.2.1 && <2.3 , profunctors >=5.2.1 && <5.7 , template-haskell >=2.11.1.0 && <2.19 , text >=1.2.2.2 && <1.3 , transformers >=0.5.2.0 && <0.6 , transformers-base >=0.4.4 && <0.5 , unliftio-core >=0.1.0.0 && <0.3.0.0 , vinyl >=0.5.3 && <0.15 default-language: Haskell2010