packages feed

Tainted-0.0.1: Tainted.cabal

-- Initial Tainted.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                Tainted
version:             0.0.1
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
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
  build-depends:       base >=4.8 && <4.9
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall