Tainted-0.1.0: Tainted.cabal
-- Initial Tainted.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Tainted
version: 0.1.0
synopsis: Tainted type, and associated operations
description: Tainted type, and associated operations
homepage: https://github.com/RossMeikleham/Tainted
license: BSD3
license-file: LICENSE
author: RossMeikleham
maintainer: rossmeikleham@hotmail.co.uk
copyright: Copyright (C) 2015 Ross Meikleham
category: Data, Monads, Control, Trans
build-type: Simple
cabal-version: >=1.10
extra-source-files:
.gitignore
.travis.yml
README.md
source-repository head
type: git
location: git://github.com/RossMeikleham/Tainted.git
library
exposed-modules: Data.Tainted Control.Monad.Trans.Tainted
build-depends: base >=4 && < 5,
mtl >= 2.0 && < 2.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall