packages feed

Cabal revisions of composition-extra-1.0.0

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

revision 1
-name:                composition-extra-version:             1.0.0-synopsis:            Combinators for unorthodox structure composition--license:             BSD3-license-file:        LICENSE-author:              Athan Clark-maintainer:          athan.clark@gmail.com--category:            Data-build-type:          Simple-cabal-version:       >=1.8--library-  hs-source-dirs:      src-  exposed-modules:     Data.Functor.Syntax-                       Data.Functor.Contravariant.Syntax-                       Data.Function.Contravariant.Syntax-                       Control.Monad.Syntax-  build-depends:       base >= 4.6 && < 5-                     , contravariant--source-repository head-  type:     git-  location: git://github.com/athanclark/composition-extra.git+name:                composition-extra
+version:             1.0.0
+x-revision: 1
+synopsis:            Combinators for unorthodox structure composition
+
+license:             BSD3
+license-file:        LICENSE
+author:              Athan Clark
+maintainer:          athan.clark@gmail.com
+
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  -- broken release
+  build-depends: base<0
+
+  hs-source-dirs:      src
+  exposed-modules:     Data.Functor.Syntax
+                       Data.Functor.Contravariant.Syntax
+                       Data.Function.Contravariant.Syntax
+                       Control.Monad.Syntax
+  build-depends:       base >= 4.6 && < 5
+                     , contravariant
+
+source-repository head
+  type:     git
+  location: git://github.com/athanclark/composition-extra.git