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: 97caa39059eceac3722bc35aef4cb32d056057575583a147e285fb72f47bd13f name: polysemy-RandomFu version: 0.4.1.0 synopsis: Experimental, RandomFu effect and interpreters for polysemy description: Please see the README on GitHub at 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 tested-with: GHC ==8.6.4 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.ConstraintAbsorber.MonadRandom 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 >=1.3.0 && <1.4 , polysemy-plugin >0.2.0 && <0.4 , polysemy-zoo >=0.6.0 && <0.8 , random-fu >=0.2.5.0 && <0.3.0.0 , random-source >=0.3 && <0.4.0.0 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-tool-depends: hspec-discover:hspec-discover >=2.0 build-depends: base >=4.7 && <5 , hspec >=2.0 , polysemy >=1.3.0 && <1.4 , polysemy-RandomFu , polysemy-plugin >0.2.0 && <0.4 , polysemy-zoo , random-fu >=0.2.5.0 && <0.3.0.0 , random-source >=0.3 && <0.4.0.0 , text >=1.1.0.0 && <1.3.0.0 , vector >=0.7 && <0.13 default-language: Haskell2010