packages feed

t-regex-0.1.0.0: t-regex.cabal

name:                t-regex
version:             0.1.0.0
synopsis:            Matchers and grammars using tree regular expressions
license:             BSD3
author:              Alejandro Serrano
maintainer:          A.SerranoMena@uu.nl
category:            Data
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:   Data.MultiGenerics,
                     Test.QuickCheck.Arbitrary1,
                     Data.Regex.Generics,
                     Data.Regex.MultiGenerics,
                     Data.Regex.Example.Mono,
                     Data.Regex.Example.Multi,
                     Data.Regex.Example.FPDag2015,
                     Data.Regex.TH,
                     Data.Regex.Rules,
                     Data.Regex.MultiRules
  -- other-modules:       
  -- other-extensions:    
  build-depends:     base >= 4 && < 5,
                     containers,
                     recursion-schemes >= 4 && < 5,
                     template-haskell,
                     haskell-src-exts,
                     haskell-src-meta,
                     mtl >= 2,
                     transformers,
                     lens >= 4,
                     QuickCheck > 2
  hs-source-dirs:    src
  default-language:  Haskell2010
  ghc-options:       -Wall