polysemy/polysemy.cabal
2019-05-23 03:53:07 -04:00

132 lines
3.8 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9a2044113434528f0539fb410b356387676cc468eefb618a666c1246379b43da
name: polysemy
version: 0.2.0.0
synopsis: Higher-order, low-boilerplate, zero-cost free monads.
description: Please see the README on GitHub at <https://github.com/isovector/polysemy#readme>
category: Language
homepage: https://github.com/isovector/polysemy#readme
bug-reports: https://github.com/isovector/polysemy/issues
author: Sandy Maguire
maintainer: sandy@sandymaguire.me
copyright: 2019 Sandy Maguire
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/isovector/polysemy
flag dump-core
description: Dump HTML for the core generated by GHC during compilation
manual: True
default: False
flag error-messages
description: Provide custom error messages
manual: True
default: True
library
exposed-modules:
Polysemy
Polysemy.Error
Polysemy.Fixpoint
Polysemy.Input
Polysemy.Internal
Polysemy.Internal.Combinators
Polysemy.Internal.CustomErrors
Polysemy.Internal.Effect
Polysemy.Internal.Fixpoint
Polysemy.Internal.Lift
Polysemy.Internal.NonDet
Polysemy.Internal.Tactics
Polysemy.Internal.TH.Effect
Polysemy.Internal.TH.Performance
Polysemy.Internal.Union
Polysemy.IO
Polysemy.NonDet
Polysemy.Output
Polysemy.Random
Polysemy.Reader
Polysemy.Resource
Polysemy.State
Polysemy.Trace
Polysemy.Writer
other-modules:
Polysemy.Internal.PluginLookup
hs-source-dirs:
src
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, mtl >=2.2.2 && <3
, random >=1.1 && <1.2
, syb >=0.7 && <0.8
, template-haskell >=2.14.0.0 && <2.15
, transformers >=0.5.5.0 && <0.6
if flag(dump-core)
ghc-options: -fplugin=DumpCore -fplugin-opt DumpCore:core-html
build-depends:
dump-core
if flag(error-messages)
cpp-options: -DERROR_MESSAGES
default-language: Haskell2010
test-suite polysemy-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
FusionSpec
HigherOrderSpec
OutputSpec
Paths_polysemy
hs-source-dirs:
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hspec >=2.6.0 && <3
, inspection-testing >=0.4.1.1 && <0.5
, mtl >=2.2.2 && <3
, polysemy
, random >=1.1 && <1.2
, syb >=0.7 && <0.8
, template-haskell >=2.14.0.0 && <2.15
, transformers >=0.5.5.0 && <0.6
default-language: Haskell2010
benchmark polysemy-bench
type: exitcode-stdio-1.0
main-is: countDown.hs
other-modules:
Poly
Paths_polysemy
hs-source-dirs:
bench
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
build-depends:
base >=4.7 && <5
, criterion
, free
, freer-simple
, mtl
, polysemy
, random >=1.1 && <1.2
, syb >=0.7 && <0.8
, template-haskell >=2.14.0.0 && <2.15
, transformers >=0.5.5.0 && <0.6
default-language: Haskell2010