-- Initial is.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: is version: 0.1 synopsis: Generate predicates using TH description: Generate predicates of type (t → Bool) from patterns or constructors of type t. license: BSD3 license-file: LICENSE author: Víctor López Juan maintainer: project-is@lopezjuan.com -- copyright: category: Data build-type: Simple extra-source-files: CHANGELOG cabal-version: >=1.10 library hs-source-dirs: src/ build-depends: base >= 4 && < 5, template-haskell < 3 exposed-modules: Data.Generics.Is default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test/Test.hs build-depends: base, template-haskell < 3, is default-language: Haskell2010