packages feed

test-sandbox-hunit-0.1.0: test-sandbox-hunit.cabal

Name:           test-sandbox-hunit
Version:        0.1.0
Cabal-Version:  >= 1.14
Category:       Testing
Synopsis:       HUnit convenience functions for use with test-sandbox
Description:    This package provides wrappers around the Test.HUnit unit-test functions,
                allowing them to be used easily in the Test.Sandbox monad provided by the test-sandbox package.
License:        BSD3
License-File:   LICENSE
Author:         Benjamin Surma <benjamin.surma@gmail.com>
Maintainer:     Benjamin Surma <benjamin.surma@gmail.com>
Build-Type:     Simple
Homepage:       http://gree.github.io/haskell-test-sandbox/
Bug-Reports:    https://github.com/gree/haskell-test-sandbox/issues
Source-Repository head
    Type:       git
    Location:   https://github.com/gree/haskell-test-sandbox
Source-Repository this
    Type:       git
    Location:   https://github.com/gree/haskell-test-sandbox
    Tag:        test-sandbox-hunit_0.1.0

Library
    Exposed-modules:    Test.Sandbox.HUnit

    Build-Depends:      base >=4 && <5, lifted-base, test-sandbox ==0.1.* , HUnit

    Hs-source-dirs:     src

    Default-Language:   Haskell2010

    ghc-options:       -Wall