packages feed

Cabal revisions of category-extras-0.53.5.1

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

revision 1
 name:          category-extras category:      Control, Monads, Comonads version:       0.53.5.1+x-revision: 1 license:       BSD3 cabal-version: >= 1.2.3 license-file:  LICENSE stability:     experimental homepage:      http://comonad.com/reader/ synopsis:      Various modules and constructs inspired by category theory-copyright:     Copyright (C) 2008 Edward A. Kmett, -               Copyright (C) 2004--2008 Dave Menendez, +copyright:     Copyright (C) 2008 Edward A. Kmett,+               Copyright (C) 2004--2008 Dave Menendez,                Copyright (C) 2007 Iavor Diatchki description:   A vastly expanded collection of modules implementing various                ideas from category theory. Notable bits include: comonads,-               adjunctions, and various recursion schemes ala +               adjunctions, and various recursion schemes ala                /Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire/. build-type:    Simple    default:     False  library-  build-depends:  mtl >= 1.1 && < 2+  build-depends: base < 4.3, mtl >= 1.1 && < 2   extensions:     CPP,     EmptyDataDecls,     Data.Void    hs-source-dirs:   src-  ghc-options:      -Wall +  ghc-options:      -Wall    if flag(ArrowSubclassesCategory)     build-depends: ghc >= 6.9, base > 3 && < 5, array     cpp-options: -D__ARROW_SUBCLASSES_CATEGORY__=1   else-    build-depends: ghc < 6.9, base < 5, array +    build-depends: ghc < 6.9, base < 5, array     hs-source-dirs: pre-6.9     exposed-modules: Control.Category