Cabal revisions of recursion-schemes-3.0.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: recursion-schemes-category: Control, Recursion-version: 3.0.0.2-license: BSD3-cabal-version: >= 1.6-license-file: LICENSE-author: Edward A. Kmett-maintainer: Edward A. Kmett <ekmett@gmail.com>-stability: provisional-homepage: http://github.com/ekmett/recursion-schemes/-bug-reports: http://github.com/ekmett/recursion-schemes/issues-copyright: Copyright (C) 2008-2011 Edward A. Kmett-synopsis: Generalized bananas, lenses and barbed wire-description:- Generalized bananas, lenses and barbed wire- .- /Changes since 2.0/:- .- * Compatibility with transformers 0.3- .- * Resolved deprecation warnings caused by changes to Data.Typeable--build-type: Simple-extra-source-files: .travis.yml--source-repository head- type: git- location: git://github.com/ekmett/recursion-schemes.git--library- extensions: CPP- other-extensions:- TypeFamilies- Rank2Types- FlexibleContexts- FlexibleInstances- GADTs- StandaloneDeriving- UndecidableInstances-- build-depends:- base >= 4 && < 5,- transformers >= 0.2 && < 1,- comonad >= 3 && < 4,- comonad-transformers >= 3 && < 4,- free >= 3.2 && < 4-- exposed-modules:- Data.Functor.Foldable-- ghc-options: -Wall+name: recursion-schemes +category: Control, Recursion +version: 3.0.0.2 +x-revision: 1 +license: BSD3 +cabal-version: >= 1.6 +license-file: LICENSE +author: Edward A. Kmett +maintainer: Edward A. Kmett <ekmett@gmail.com> +stability: provisional +homepage: http://github.com/ekmett/recursion-schemes/ +bug-reports: http://github.com/ekmett/recursion-schemes/issues +copyright: Copyright (C) 2008-2011 Edward A. Kmett +synopsis: Generalized bananas, lenses and barbed wire +description: + Generalized bananas, lenses and barbed wire + . + /Changes since 2.0/: + . + * Compatibility with transformers 0.3 + . + * Resolved deprecation warnings caused by changes to Data.Typeable + +build-type: Simple +extra-source-files: .travis.yml + +source-repository head + type: git + location: git://github.com/ekmett/recursion-schemes.git + +library + extensions: CPP + other-extensions: + TypeFamilies + Rank2Types + FlexibleContexts + FlexibleInstances + GADTs + StandaloneDeriving + UndecidableInstances + + build-depends: + base >= 4 && < 4.7, + transformers >= 0.2 && < 1, + comonad >= 3 && < 4, + comonad-transformers >= 3 && < 4, + free >= 3.2 && < 4 + + exposed-modules: + Data.Functor.Foldable + + ghc-options: -Wall