-- Initial lexer-applicative.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: lexer-applicative
version: 2.1
synopsis: Simple lexer based on applicative regular expressions
description: Simple lexer based on applicative regular expressions
homepage: https://github.com/feuerbach/lexer-applicative
license: MIT
license-file: LICENSE
author: Roman Cheplyaka <roma@ro-che.info>
maintainer: Roman Cheplyaka <roma@ro-che.info>
-- copyright:
category: Language
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
cabal-version: >=1.10
Source-repository head
type: git
location: git://github.com/feuerbach/lexer-applicative.git
library
exposed-modules:
Language.Lexer.Applicative
-- other-modules:
-- other-extensions:
build-depends:
base >=4.5 && < 5,
srcloc >= 0.5,
regex-applicative >= 0.3.1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite test
default-language:
Haskell2010
type:
exitcode-stdio-1.0
hs-source-dirs:
tests
main-is:
test.hs
build-depends:
base >= 4 && < 5
, tasty >= 0.10
, tasty-hunit >= 0.9
, regex-applicative
, lexer-applicative
, srcloc
, deepseq