Cabal revisions of composite-base-0.8.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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: e7d77c01ec2d16ffde579ab8162ffa4762d032bef3c7bdfdbcecb769700420d8--name: composite-base-version: 0.8.2.1-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+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: e7d77c01ec2d16ffde579ab8162ffa4762d032bef3c7bdfdbcecb769700420d8 + +name: composite-base +version: 0.8.2.1 +x-revision: 1 +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 && <1.5 + , exceptions >=0.8.3 && <0.11 + , lens >=4.15.4 && <5.3 + , monad-control >=1.0.2.2 && <1.1 + , mtl >=2.2.1 && <2.4 + , profunctors >=5.2.1 && <5.7 + , template-haskell >=2.11.1.0 && <2.21 + , text >=1.2.2.2 && <2.1 + , transformers >=0.5.2.0 && <0.7 + , 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 + , exceptions >=0.8.3 && <0.11 + , hspec + , lens + , monad-control >=1.0.2.2 && <1.1 + , mtl + , profunctors >=5.2.1 && <5.7 + , template-haskell + , text + , transformers + , 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