profunctors 4.2 → 4.2.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.markdown +4/−0
- profunctors.cabal +1/−1
- src/Data/Profunctor.hs +1/−1
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+4.2.0.1+-------+* Avoided using 'type' in the export list, as that doesn't work on 7.4.+ 4.2 --- * Renamed `-|` to `ProfunctorAdjunction` because GHC 7.4 still exists in the wild.
profunctors.cabal view
@@ -1,6 +1,6 @@ name: profunctors category: Control, Categories-version: 4.2+version: 4.2.0.1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE
src/Data/Profunctor.hs view
@@ -34,7 +34,7 @@ , WrappedArrow(..) , Forget(..) #ifndef HLINT- , type (:->)+ , (:->) #endif ) where