cabal-version: 1.22 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: a0ee85d23d26a9cba66d18cf94384a8d964127a971eaab3229a7b426d8bc6f3c name: assert4hs-hspec version: 0.1.0.0 synopsis: integration point of assert4hs and hspec description: Please see the README on GitHub at category: Testing homepage: https://github.com/paweln1986/assert4hs-hspec#readme bug-reports: https://github.com/paweln1986/assert4hs-hspec/issues author: Pawel Nosal maintainer: p.nosal1986@gmail.com copyright: 2021 Pawel Nosal license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/paweln1986/assert4hs-hspec library exposed-modules: Test.Fluent.Hspec other-modules: Paths_assert4hs_hspec reexported-modules: Test.Fluent.Assertions , Test.Fluent.Assertions.Maybe , Test.Fluent.Assertions.List , Test.Fluent.Assertions.Exceptions , Test.Fluent.Assertions.Either , Test.Fluent.Diff hs-source-dirs: src build-depends: HUnit , assert4hs-core , base >=4.7 && <5 , hspec default-language: Haskell2010 test-suite assert4hs-hspec-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_assert4hs_hspec hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , assert4hs-core , assert4hs-hspec , base >=4.7 && <5 , hspec default-language: Haskell2010