Cabal revisions of comonads-fd-3.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: comonads-fd-category: Control, Comonads-version: 3.0.2-license: BSD3-cabal-version: >= 1.6-license-file: LICENSE-author: Edward A. Kmett-maintainer: Edward A. Kmett <ekmett@gmail.com>-stability: experimental-homepage: http://github.com/ekmett/comonads-fd/-bug-reports: http://github.com/ekmett/comonads-fd/issues-copyright: Copyright (C) 2008-2013 Edward A. Kmett-synopsis: Comonad transformers using functional dependencies-description: Comonad transformers using functional dependencies-build-type: Simple-extra-source-files: .travis.yml--source-repository head- type: git- location: git://github.com/ekmett/comonads-fd.git--library- other-extensions:- MultiParamTypeClasses- FunctionalDependencies- FlexibleInstances- UndecidableInstances-- build-depends:- base >= 4 && < 5,- transformers >= 0.2 && < 0.4,- mtl >= 2.0 && < 2.2,- semigroups >= 0.8.3.1,- comonad >= 3.0,- comonad-transformers >= 3.0-- exposed-modules:- Control.Comonad.Env- Control.Comonad.Env.Class- Control.Comonad.Identity- Control.Comonad.Store- Control.Comonad.Store.Class- Control.Comonad.Traced- Control.Comonad.Traced.Class-- ghc-options: -Wall- hs-source-dirs: src-+name: comonads-fd +category: Control, Comonads +version: 3.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: experimental +homepage: http://github.com/ekmett/comonads-fd/ +bug-reports: http://github.com/ekmett/comonads-fd/issues +copyright: Copyright (C) 2008-2013 Edward A. Kmett +synopsis: Comonad transformers using functional dependencies +description: Comonad transformers using functional dependencies +build-type: Simple +extra-source-files: .travis.yml + +source-repository head + type: git + location: git://github.com/ekmett/comonads-fd.git + +library + other-extensions: + MultiParamTypeClasses + FunctionalDependencies + FlexibleInstances + UndecidableInstances + + build-depends: + base >= 4 && < 5, + transformers >= 0.2 && < 0.4, + mtl >= 2.0 && < 2.2, + semigroups >= 0.8.3.1 && < 1, + comonad >= 3.0 && < 4, + comonad-transformers >= 3.0 && < 4 + + exposed-modules: + Control.Comonad.Env + Control.Comonad.Env.Class + Control.Comonad.Identity + Control.Comonad.Store + Control.Comonad.Store.Class + Control.Comonad.Traced + Control.Comonad.Traced.Class + + ghc-options: -Wall + hs-source-dirs: src +