name: hspec version: 0.3.0 x-revision: 3 cabal-version: -any build-type: Custom license: BSD3 license-file: LICENSE copyright: (c) 2011 Trystan Spangler maintainer: trystan.s@comcast.net build-depends: HUnit >= 1 && < 1.3, QuickCheck >=2.4.0.1 && <=2.5, base >= 4 && < 4.8 stability: experimental homepage: https://github.com/trystan/hspec package-url: https://github.com/trystan/hspec bug-reports: mailto:trystan.s@comcast.net synopsis: Behavior Driven Development for Haskell description: Behavior Driven Development for Haskell . Hspec is based on the Ruby library RSpec - so much of what applies to RSpec also applies to Hspec. Hspec ties together /descriptions/ of behavior and /examples/ of that behavior. The examples can then be run as tests and the output summarises what needs to be implemented. category: Testing author: Trystan Spangler tested-with: data-files: data-dir: "" extra-source-files: ./Specs.hs ./src/Test/Hspec/HUnit.hs ./src/Test/Hspec/Internal.hs ./src/Test/Hspec/QuickCheck.hs extra-tmp-files: exposed-modules: Test.Hspec Test.Hspec.HUnit Test.Hspec.Internal Test.Hspec.QuickCheck exposed: True buildable: True build-tools: cpp-options: cc-options: ld-options: pkgconfig-depends: frameworks: c-sources: extensions: FlexibleInstances extra-libraries: extra-lib-dirs: includes: install-includes: include-dirs: hs-source-dirs: . src other-modules: Specs ghc-prof-options: ghc-shared-options: ghc-options: -Wall hugs-options: nhc98-options: jhc-options: