composite-base-0.6.2.0: composite-base.cabal
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: 70dc4559aac977ae031505dd0df0fbe19bc33a3b1870461e4d7d47a4d71c9262
name: composite-base
version: 0.6.2.0
synopsis: Shared utilities for composite-* packages.
description: Shared helpers for the various composite packages.
category: Records
homepage: https://github.com/ConferHealth/composite#readme
author: Confer Health, Inc.
maintainer: oss@confer.health
copyright: 2017 Confer Health, Inc.
license: BSD3
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.7 && <5
, exceptions >=0.8.3 && <0.11
, lens >=4.15.4 && <4.18
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.4
, template-haskell >=2.11.1.0 && <2.15
, 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.2.0.0
, vinyl >=0.5.3 && <0.13
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.7 && <5
, composite-base
, exceptions >=0.8.3 && <0.11
, hspec
, lens >=4.15.4 && <4.18
, monad-control >=1.0.2.2 && <1.1
, mtl >=2.2.1 && <2.3
, profunctors >=5.2.1 && <5.4
, template-haskell >=2.11.1.0 && <2.15
, 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.2.0.0
, vinyl >=0.5.3 && <0.13
default-language: Haskell2010