-- Initial rematch-text.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: rematch-text version: 0.1.0.0 synopsis: `rematch` matchers for Data.Text -- description: license: MIT license-file: LICENSE author: Tom Crayford maintainer: tcrayford@googlemail.com -- copyright: category: Control build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Rematch.Text.Strict, Control.Rematch.Text.Lazy -- other-modules: build-depends: base ==4.5.*, rematch == 0.1.*, text >= 0.10