packages feed

Cabal revisions of invariant-0.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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 <nicolas.frisby@gmail.com>-maintainer: Nicolas Frisby <nicolas.frisby@gmail.com>, Ryan Scott <ryan.gl.scott@ku.edu>--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+name: invariant
+version: 0.1.2
+x-revision: 1
+synopsis: Haskell 98 invariant functors
+description: Haskell 98 invariant functors
+
+category: Control, Data
+
+license: BSD3
+license-file: LICENSE
+author: Nicolas Frisby <nicolas.frisby@gmail.com>
+maintainer: Nicolas Frisby <nicolas.frisby@gmail.com>, Ryan Scott <ryan.gl.scott@gmail.com>
+
+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