packages feed

relit-0.1.0: relit.cabal

Name:                   relit
Version:                0.1.0
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               Literal for regular expression
Description:            Literal notation for regular expression with QuasiQuotes
Category:               Text
Cabal-Version:          >= 1.6
Build-Type:             Simple
library
  if impl(ghc >= 6.12)
    GHC-Options:        -Wall -fno-warn-unused-do-bind
  else
    GHC-Options:        -Wall
  Exposed-Modules:      Text.Regex.Literal
  Build-Depends:        base >= 4 && < 5, regex-base, template-haskell
Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/relit.git