name: invariant version: 0.1.2 synopsis: Haskell 98 invariant functors description: Haskell 98 invariant functors category: Control, Data license: BSD3 license-file: LICENSE author: Nicolas Frisby maintainer: Nicolas Frisby , Ryan Scott build-type: Simple cabal-version: >= 1.9.2 extra-source-files: CHANGELOG.md, README.md source-repository head type: git location: git://github.com/nfrisby/invariant-functors.git library build-depends: base >= 4 && < 5 , contravariant >= 0.1.2 && < 2 exposed-modules: Data.Functor.Invariant ghc-options: -Wall test-suite qc-tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >= 4 && < 5 , hspec >= 1.8 , invariant , QuickCheck >= 2 && < 3 ghc-options: -Wall