packages feed

hs-re-0.1.0: hs-re.cabal

-- Initial hs-replace.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                hs-re
version:             0.1.0
synopsis: Easy to use Regex
description: https://github.com/SKAhack/hs-re
license:             MIT
license-file:        LICENSE
author:              Hiroki Sato
maintainer:          m@skahack.com
-- copyright:
-- category:
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules: Re
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.8,
                       regex-base >= 0.93.0,
                       regex-posix >= 0.95.0,
                       array >= 0.5.0.0
  hs-source-dirs:      src
  default-language:    Haskell2010