-- 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.2 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.0 && < 5, rematch >= 0.2, text >= 0.10 test-suite tests build-depends: base >= 4.5.0 && < 5, hspec >= 1.4, HUnit >= 1.2, text >= 0.10, rematch >= 0.2 type: exitcode-stdio-1.0 main-is: Main.hs