packages feed

regex-tdfa-quasiquoter-0.2.0.0: regex-tdfa-quasiquoter.cabal

name:                regex-tdfa-quasiquoter
version:             0.2.0.0
synopsis:            Quasi-quoter for TDFA (extended POSIX) regular
                     expressions.
description:         Quasi-quoter for TDFA (extended POSIX) regular
                     expressions.
homepage:            http://github.com/erisco/regex-tdfa-quasiquoter
license:             BSD3
license-file:        LICENSE
author:              Eric Brisco
maintainer:          eric.brisco@gmail.com
copyright:           Copyright (c) 2015, Eric Brisco
category:            Text
build-type:          Simple
cabal-version:       >=1.10

source-repository this
  type:         git
  location:     http://github.com/erisco/regex-tdfa-quasiquoter.git
  tag:          0.2.0.0

library
  
  exposed-modules:     Text.Regex.TDFA.QuasiQuoter
                       Text.Regex.TDFA.QuasiQuoter.Internal
  
  other-extensions:      StandaloneDeriving
                       , DeriveDataTypeable
                       
  build-depends:         base >=4.7 && <4.8
                       , template-haskell >=2.9 && <2.10
                       , regex-tdfa >=1.2 && <1.3
  
  default-language:    Haskell2010