bifunctors 3.2 → 3.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bifunctors.cabal +1/−1
- src/Data/Bifunctor/Joker.hs +1/−1
bifunctors.cabal view
@@ -1,6 +1,6 @@ name: bifunctors category: Data, Functors-version: 3.2+version: 3.2.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE
src/Data/Bifunctor/Joker.hs view
@@ -28,7 +28,7 @@ import Data.Semigroup.Traversable import Data.Traversable --- | Make a 'Functor' over the first argument of a 'Bifunctor'.+-- | Make a 'Functor' over the second argument of a 'Bifunctor'. newtype Joker g a b = Joker { runJoker :: g b } deriving (Eq,Ord,Show,Read)