packages feed

Cabal revisions of product-profunctors-0.6.1

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

revision 1
-name:          product-profunctors-version:       0.6.1-synopsis:      product-profunctors-description:   Product profunctors-homepage:      https://github.com/tomjaguarpaw/product-profunctors-license:       BSD3-license-File:  LICENSE-author:        Purely Agile-maintainer:    Purely Agile-category:      Control, Category-build-type:    Simple-cabal-version: >= 1.8--source-repository head-  Type:     git-  Location: https://github.com/tomjaguarpaw/product-profunctors--library-  build-depends:   base >= 4 && < 5-                 , profunctors >= 4.0 && < 4.5-                 , contravariant >= 0.4 && < 1.4-                 , template-haskell-  exposed-modules: Data.Profunctor.Product,-                   Data.Profunctor.Product.Default,-                   Data.Profunctor.Product.Flatten,-                   Data.Profunctor.Product.TH,-                   Data.Profunctor.Product.Tuples-  ghc-options:     -Wall--test-suite test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules: CheckTypes,-                 Definitions-  hs-source-dirs: Test-  build-depends:-    base >= 4 && < 5,-    profunctors,-    product-profunctors-  ghc-options: -Wall+name:          product-profunctors
+version:       0.6.1
+x-revision: 1
+synopsis:      product-profunctors
+description:   Product profunctors
+homepage:      https://github.com/tomjaguarpaw/product-profunctors
+license:       BSD3
+license-File:  LICENSE
+author:        Purely Agile
+maintainer:    Purely Agile
+category:      Control, Category
+build-type:    Simple
+cabal-version: >= 1.8
+
+source-repository head
+  Type:     git
+  Location: https://github.com/tomjaguarpaw/product-profunctors
+
+library
+  build-depends:   base >= 4.5 && < 5
+                 , profunctors >= 4.0 && < 4.5
+                 , contravariant >= 0.4 && < 1.4
+                 , template-haskell
+  exposed-modules: Data.Profunctor.Product,
+                   Data.Profunctor.Product.Default,
+                   Data.Profunctor.Product.Flatten,
+                   Data.Profunctor.Product.TH,
+                   Data.Profunctor.Product.Tuples
+  ghc-options:     -Wall
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules: CheckTypes,
+                 Definitions
+  hs-source-dirs: Test
+  build-depends:
+    base >= 4 && < 5,
+    profunctors,
+    product-profunctors
+  ghc-options: -Wall
revision 2
 name:          product-profunctors
 version:       0.6.1
-x-revision: 1
+x-revision: 2
 synopsis:      product-profunctors
 description:   Product profunctors
 homepage:      https://github.com/tomjaguarpaw/product-profunctors
 
 library
   build-depends:   base >= 4.5 && < 5
-                 , profunctors >= 4.0 && < 4.5
+                 , profunctors >= 4.0 && < 5.1
                  , contravariant >= 0.4 && < 1.4
                  , template-haskell
   exposed-modules: Data.Profunctor.Product,
revision 3
 name:          product-profunctors
 version:       0.6.1
-x-revision: 2
+x-revision: 3
 synopsis:      product-profunctors
 description:   Product profunctors
 homepage:      https://github.com/tomjaguarpaw/product-profunctors
 
 library
   build-depends:   base >= 4.5 && < 5
-                 , profunctors >= 4.0 && < 5.1
+                 , profunctors >= 4.0 && < 5.2
                  , contravariant >= 0.4 && < 1.4
                  , template-haskell
   exposed-modules: Data.Profunctor.Product,