version: 1.0.2 name: savage author: Daniel Cartwright maintainer: Daniel Cartwright homepage: https://github.com/chessai/savage bug-reports: https://github.com/chessai/savage/issues synopsis: re-export of the random generators from Hedgehog description: re-export of the random generators from Hedgehog: category: Testing license: BSD3 license-file: LICENSE cabal-version: >= 1.8 build-type: Simple tested-with: GHC == 7.10.2 , GHC == 7.10.3 , GHC == 8.0.1 , GHC == 8.0.2 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: git://github.com/chessai/savage.git library build-depends: base >= 4 && < 5 , bytestring >= 0.10 && < 0.11 , containers >= 0.4 && < 0.6 , exceptions >= 0.7 && < 0.9 , mmorph >= 1.0 && < 1.2 , monad-control >= 1.0 && < 1.1 , mtl >= 2.1 && < 2.3 , primitive >= 0.6 && < 0.7 , random >= 1.1 && < 1.2 , resourcet >= 1.1 && < 1.2 , text >= 1.1 && < 1.3 , time >= 1.4 && < 1.9 , transformers >= 0.5 && < 0.6 , transformers-base >= 0.4 && < 0.5 if impl(ghc < 8.0) build-depends: semigroups >= 0.16 && < 0.19 if !os(windows) build-depends: unix >= 2.6 && < 2.8 ghc-options: -Wall hs-source-dirs: src exposed-modules: Savage Savage.Randy Savage.Range Savage.Internal.Distributive Savage.Internal.Gen Savage.Internal.Range Savage.Internal.Seed Savage.Internal.Shrink Savage.Internal.Tree