name: smallcheck-series version: 0.6.1 x-revision: 2 synopsis: Extra SmallCheck series and utilities description: Orphan @@ instances and utilities to create and manipulate @@ for common types. homepage: https://github.com/jdnavarro/smallcheck-series bug-reports: https://github.com/jdnavarro/smallcheck-series/issues license: BSD3 license-file: LICENSE author: Danny Navarro maintainer: Jan Path category: Testing build-type: Simple extra-source-files: README.md CHANGELOG.md AUTHORS.md cabal-version: >=1.10 tested-with: GHC == 8.0.1, GHC == 8.4.4 source-repository head type: git location: git://github.com/jdnavarro/smallcheck-series.git library default-language: Haskell2010 ghc-options: -Wall exposed-modules: Test.SmallCheck.Series.ByteString Test.SmallCheck.Series.ByteString.Lazy Test.SmallCheck.Series.Instances Test.SmallCheck.Series.Text Test.SmallCheck.Series.Text.Lazy Test.SmallCheck.Series.Utils build-depends: base >=4.6 && <4.13, bytestring >=0.10.0.2, containers >=0.5.0.0, text >=0.11.3, transformers >=0.3.0.0, logict >=0.6.0.2, smallcheck >=1.1.1 test-suite doctests default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: doctests.hs ghc-options: -Wall -threaded build-depends: base >=4.6 && <4.13, Glob >=0.7.5, doctest >=0.9.10