name: gherkin version: 0.0.0.2 cabal-version: >=1.10 build-type: Simple license: OtherLicense license-file: LICENSE copyright: 2012 Marco Túlio Pimenta Gontijo author: Marco Túlio Pimenta Gontijo maintainer: Marco Túlio Pimenta Gontijo stability: experimental homepage: http://github.com/obsidiansystems/gherkin bug-reports: http://github.com/obsidiansystems/gherkin/issues synopsis: Parser for a language similar to Cucumber's Gherkin description: Gherkin is the language used by the Cucumber system for Behaviour Driven Development. This package contains a parser to it, based on its BNF with minor changes. For more information on Cucumber, check . This package was formerly called abacate. category: Language extra-source-files: tests/data/calculator.feature tests/data/complete.feature tests/data/environment.feature tests/data/givenWhenGivenWhen.feature tests/data/wrongComment.feature library exposed-modules: Language.Gherkin Language.Gherkin.Types other-modules: Language.Gherkin.BNF build-depends: base >=4 && <5 , parsec >=3.1 && <3.2 , text >=0.11 && <2.3 ghc-options: -Wall default-language: Haskell2010 test-suite gherkin-test type: exitcode-stdio-1.0 main-is: gherkin.hs hs-source-dirs: tests build-depends: base , gherkin , HUnit , text ghc-options: -Wall default-language: Haskell2010