name: test
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
author: Author name here
maintainer: example@example.com
copyright: 2017 Author name here
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
TProperty
TPropertyError
TInfo
TInfoMany
TInfoBang
TInfoBangMany
TI_Info
build-depends: base >= 4.7 && < 5, QuickCheck, info-util
default-language: Haskell2010
ghc-options: -Wall -fwarn-unused-imports