packages feed

quickcheck-unicode-1.0.1.0: quickcheck-unicode.cabal

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