packages feed

introduction-test-0.0.1.0: introduction-test.cabal

name:                introduction-test
version:             0.0.1.0
synopsis:            A prelude for the tests of safe new projects
description:         A prelude for the tests of safe new projects
homepage:            https://github.com/NorfairKing/introduction
license:             MIT
license-file:        LICENSE
author:              Tom Sydney Kerckhove
maintainer:          syd.kerckhove@gmail.com
copyright:           2016 Tom Sydney Kerckhove
category:            Testing
build-type:          Simple
cabal-version:       >=1.10
tested-with:
  GHC == 8.0.1
Bug-Reports:         https://github.com/NorfairKing/introduction/issues

library
  hs-source-dirs:
    src

  exposed-modules:
    TestIntroduction

  ghc-options:
    -Wall
    -fwarn-implicit-prelude

  build-depends:
      base                    >= 4.9     && < 5   
    , introduction

    , hspec                   >= 2.2     && < 2.3
    , QuickCheck              >= 2.8     && < 2.10

    , time                    >= 1.6     && < 1.7
    , containers              >= 0.5     && < 0.6
    , bytestring              >= 0.10    && < 0.11
    , filepath                >= 1.4     && < 1.5

    , path                    >= 0.5     && < 0.6
    , path-io                 >= 1.2     && < 1.3

    , genvalidity             >= 0.2.0.4 && < 0.3
    , genvalidity-containers  >= 0.1.0.2 && < 0.2
    , genvalidity-text        >= 0.1.0.1 && < 0.2
    , genvalidity-hspec       >= 0.2.0.5 && < 0.3
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/NorfairKing/introduction