packages feed

teardown-0.2.0.0: teardown.cabal

-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

name:           teardown
version:        0.2.0.0
synopsis:       Build composable, idempotent & transparent application cleanup sub-routines
description:    Please see README.md
category:       System
stability:      alpha (experimental)
homepage:       https://github.com/roman/Haskell-teardown#readme
bug-reports:    https://github.com/roman/Haskell-teardown/issues
author:         Roman Gonzalez
maintainer:     romanandreg@gmail.com
copyright:      © 2017 Roman Gonzalez
license:        MIT
license-file:   LICENSE
tested-with:    GHC==7.10.3 GHC==8.0.1 GHC==8.0.2
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/roman/Haskell-teardown

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.8 && <5
    , protolude >=0.1 && <0.3
    , text >=1.2 && <1.3
    , time >=1.5 && <1.9
    , ansi-wl-pprint >=0.6 && <0.7
    , deepseq >=1.4 && <1.5
  exposed-modules:
      Control.Teardown
  other-modules:
      Control.Teardown.Internal.Types
      Control.Teardown.Internal.Core
      Control.Teardown.Internal.Printer
  default-language: Haskell2010

test-suite teardown-doctest
  type: exitcode-stdio-1.0
  main-is: DocTest.hs
  hs-source-dirs:
      test/doctest
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.8 && <5
    , protolude >=0.1 && <0.3
    , text >=1.2 && <1.3
    , time >=1.5 && <1.9
    , doctest >=0.11 && <0.14
    , Glob >=0.7 && <0.9
    , QuickCheck >=2.8 && <2.11
    , teardown
  default-language: Haskell2010

test-suite teardown-test
  type: exitcode-stdio-1.0
  main-is: TestSuite.hs
  hs-source-dirs:
      test/tasty
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.8 && <5
    , protolude >=0.1 && <0.3
    , text >=1.2 && <1.3
    , time >=1.5 && <1.9
    , tasty >=0.11 && <0.12
    , tasty-hunit >=0.9 && <0.10
    , tasty-hspec >=1.1 && <1.2
    , tasty-smallcheck >=0.8 && <0.9
    , tasty-rerun >=1.1 && <1.2
    , teardown
  default-language: Haskell2010

benchmark teardown-benchmark
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      benchmark
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.8 && <5
    , protolude >=0.1 && <0.3
    , text >=1.2 && <1.3
    , time >=1.5 && <1.9
    , criterion >=1.1 && <1.3
    , teardown
  default-language: Haskell2010