name: hspec version: 1.0.0.1 x-revision: 3 cabal-version: >= 1.8 build-type: Simple license: BSD3 license-file: LICENSE copyright: (c) 2011 Trystan Spangler category: Testing author: Trystan Spangler maintainer: trystan.s@comcast.net stability: experimental bug-reports: https://github.com/hspec/hspec/issues homepage: http://hspec.github.com/ synopsis: Behavior Driven Development for Haskell description: Behavior Driven Development for Haskell . Hspec is roughly based on the Ruby library RSpec. However, Hspec is just a framework for running HUnit and QuickCheck tests. Compared to other options, it provides a much nicer syntax that makes tests very easy to read. . Read the introductory documentation: source-repository head type: git location: https://github.com/hspec/hspec Library ghc-options: -Wall build-depends: base >= 4 && < 4.8 , silently >= 1.1.1 && < 2 , ansi-terminal == 0.5.5 , time < 1.5 , transformers >= 0.2.0 && < 0.4.0 , HUnit >= 1 && < 1.3 , QuickCheck >= 2.4.0.1 && <= 2.5 exposed-modules: Test.Hspec , Test.Hspec.Core , Test.Hspec.Monadic , Test.Hspec.Runner , Test.Hspec.Formatters , Test.Hspec.HUnit , Test.Hspec.QuickCheck other-modules: Test.Hspec.Formatters.Internal test-suite spec type: exitcode-stdio-1.0 main-is: runtests.hs other-modules: Specs ghc-options: -Wall -Werror build-depends: base >= 4 && < 4.8 , silently >= 1.1.1 && < 2 , ansi-terminal == 0.5.5 , time < 1.5 , transformers >= 0.2.0 && < 0.4.0 , HUnit >= 1 && < 1.3 , QuickCheck >= 2.4.0.1 && <= 2.5