name: parser241 version: 0.1.0.0 x-revision: 1 synopsis: A clean interface to create production rules using augmented grammars description: This package allows you to define production rules using clean augmented grammars. homepage: https://github.com/YLiLarry/parser241-product-rule license: BSD3 license-file: LICENSE author: Yu Li maintainer: ylilarry@example.com copyright: 2015 Yu Li category: Parser build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Parser.ProductRule build-depends: base >= 4.7 && < 5 , containers , mtl ghc-options: -haddock default-language: Haskell2010 test-suite ProductRule-test type: exitcode-stdio-1.0 hs-source-dirs: test, src main-is: Spec.hs build-depends: base , parser241 , containers , mtl , hspec ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/githubuser/ProductRule