-- Initial unordered-containers-rematch.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: unordered-containers-rematch
version: 0.1.0.0
synopsis: Rematch support for unordered containers
-- description:
homepage: http://github.com/tcrayford/rematch
license: MIT
license-file: LICENSE
author: Tom Crayford
maintainer: tcrayford@gmail.com
-- copyright:
category: Control
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Control.Rematch.HashMap.Lazy, Control.Rematch.HashMap.Strict, Control.Rematch.HashSet
-- other-modules:
build-depends: base ==4.5.*, unordered-containers >= 0.2, rematch >= 0.2, hashable >= 1.2
test-suite tests
build-depends: base >= 4.5.0 && < 5, hspec >= 1.4, HUnit >= 1.2, unordered-containers >= 0.2, rematch >= 0.2, hashable >= 1.2
type: exitcode-stdio-1.0
main-is: Main.hs