cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8b08324c19e2b90da9f91c6c9e4b0ec7b189d02891867db140555b58e4c9e461
name: polysemy-RandomFu
version: 0.1.0.0
synopsis: Experimental, RandomFu effect and interpreters for polysemy
description: Please see the README on GitHub at <https://github.com/adamConnerSax/polysemy-Extra/tree/master/polysemy-RandomFu#polysemy-randomfu>
category: Polysemy
homepage: https://github.com/adamConnerSax/polysemy-Extra#readme
bug-reports: https://github.com/adamConnerSax/polysemy-Extra/issues
author: Adam Conner-Sax
maintainer: adam_conner_sax@yahoo.com
copyright: 2019 Adam Conner-Sax
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
Readme.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/adamConnerSax/polysemy-Extra
subdir: polysemy-RandomFu
library
exposed-modules:
Polysemy.RandomFu
other-modules:
Paths_polysemy_RandomFu
hs-source-dirs:
src
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -fplugin=Polysemy.Plugin
build-depends:
base >=4.7 && <5
, polysemy >=0.3
, polysemy-plugin
, polysemy-zoo >=0.2
, random-fu
, random-source
default-language: Haskell2010
test-suite polysemy-RandomFu-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
RandomFuSpec
Paths_polysemy_RandomFu
hs-source-dirs:
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax
ghc-options: -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hspec
, polysemy >=0.3
, polysemy-RandomFu
, polysemy-plugin
, polysemy-zoo
, random-fu
, random-source
, text
default-language: Haskell2010