name: hspec-bracket version: 0.0.1.0 synopsis: The bracket definitions for Hspec description: This package provides dirty-hack implementation of bracket definitions for Hspec. homepage: http://github.com/khibino/haskell-hspec-bracket license: BSD3 license-file: LICENSE author: Kei Hibino maintainer: ex8k.hibino@gmail.com copyright: Copyright (c) 2019 Kei Hibino category: Testing build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: Test.Hspec.Bracket -- other-modules: -- other-extensions: build-depends: base <5, hspec >=2 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/khibino/haskell-hspec-bracket source-repository head type: git location: https://bitbucket.org/khibino/haskell-hspec-bracket