1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
name: quickcheck-unicode
version: 1.0.1.0
homepage: https://github.com/bos/quickcheck-unicode
bug-reports: https://github.com/bos/quickcheck-unicode/issues
synopsis: Generator and shrink functions for testing
Unicode-related software.
description: Generator and shrink functions for testing
Unicode-related software.
license: BSD2
license-file: LICENSE
author: Bryan O'Sullivan <bos@serpentine.com>
maintainer: Bryan O'Sullivan <bos@serpentine.com>
copyright: 2014-2017 Bryan O'Sullivan
category: Testing, Text
build-type: Simple
cabal-version: >= 1.8
extra-source-files:
README.markdown
library
exposed-modules:
Test.QuickCheck.Unicode
build-depends:
base >= 4.2 && < 5,
QuickCheck >= 2.7
ghc-options: -Wall -fwarn-tabs
source-repository head
type: git
location: https://github.com/bos/quickcheck-unicode
source-repository head
type: mercurial
location: https://bitbucket.org/bos/quickcheck-unicode
|