packages feed

Cabal revisions of functor-infix-0.0.5

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

revision 1
-name:-  functor-infix-version:-  0.0.5-synopsis:-  Infix operators for mapping over compositions of functors. Lots of them.-homepage:-  https://github.com/fmap/functor-infix-license:-  MIT-license-file:-  LICENSE-author:-  vi-maintainer:-  vi@computational.law-category:-  Data-build-type:-  Simple-cabal-version:-  >= 1.10--library-  exposed-modules:-    Data.Functor.Infix-  other-modules:-    Data.Functor.Infix.Definitions,-    Data.Functor.Infix.TH-  build-depends:-    base             >= 4.7 && < 4.10,-    template-haskell >= 2.8 && < 2.12-  hs-source-dirs:-    src-  default-language:-    Haskell2010+name:
+  functor-infix
+version:
+  0.0.5
+x-revision: 1
+synopsis:
+  Infix operators for mapping over compositions of functors. Lots of them.
+homepage:
+  https://github.com/fmap/functor-infix
+license:
+  MIT
+license-file:
+  LICENSE
+author:
+  vi
+maintainer:
+  vi@computational.law
+category:
+  Data
+build-type:
+  Simple
+cabal-version:
+  >= 1.10
+
+library
+  exposed-modules:
+    Data.Functor.Infix
+  other-modules:
+    Data.Functor.Infix.Definitions,
+    Data.Functor.Infix.TH
+  build-depends:
+    base             >= 4.7 && < 4.13,
+    template-haskell >= 2.8 && < 2.15
+  hs-source-dirs:
+    src
+  default-language:
+    Haskell2010
revision 2
   functor-infix
 version:
   0.0.5
-x-revision: 1
+x-revision: 2
 synopsis:
   Infix operators for mapping over compositions of functors. Lots of them.
 homepage:
     Data.Functor.Infix.Definitions,
     Data.Functor.Infix.TH
   build-depends:
-    base             >= 4.7 && < 4.13,
-    template-haskell >= 2.8 && < 2.15
+    base             >= 4.7 && < 4.15,
+    template-haskell >= 2.8 && < 2.17
   hs-source-dirs:
     src
   default-language: