profunctors 4.0.3 → 4.0.4
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~transformers
Dependency ranges changed: transformers
Files
- profunctors.cabal +3/−3
- src/Data/Profunctor.hs +1/−1
profunctors.cabal view
@@ -1,6 +1,6 @@ name: profunctors category: Control, Categories-version: 4.0.3+version: 4.0.4 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -9,7 +9,7 @@ stability: experimental homepage: http://github.com/ekmett/profunctors/ bug-reports: http://github.com/ekmett/profunctors/issues-copyright: Copyright (C) 2011-2013 Edward A. Kmett+copyright: Copyright (C) 2011-2014 Edward A. Kmett synopsis: Profunctors description: Profunctors build-type: Simple@@ -31,7 +31,7 @@ comonad >= 4 && < 5, semigroupoids >= 4 && < 5, tagged >= 0.4.4 && < 1,- transformers >= 0.2 && < 0.4+ transformers >= 0.2 && < 0.5 exposed-modules: Data.Profunctor
src/Data/Profunctor.hs view
@@ -174,7 +174,7 @@ -- Strong ------------------------------------------------------------------------------ --- | Generalizing upstar of a strong 'Functor'+-- | Generalizing 'UpStar' of a strong 'Functor' -- -- Minimal complete definition: 'first'' or 'second'' --