dwergaz-0.2.0.2: dwergaz.cabal
-- Initial dwergaz.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dwergaz
version: 0.2.0.2
synopsis: A minimal testing library
description: dwergaz is a minimal testing library with no external dependencies.
license: BSD3
license-file: LICENSE
author: Henry Till
maintainer: henrytill@gmail.com
homepage: https://github.com/xngns/dwergaz
copyright: Copyright (c) 2017-2018, Henry Till
category: Testing
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
extra-source-files:
.gitignore
.travis.yml
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/xngns/dwergaz.git
library
exposed-modules: Test.Dwergaz
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.12
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base >=4.8 && <4.12
, dwergaz
hs-source-dirs: tests
default-language: Haskell2010
ghc-options: -Wall