packages feed

profunctor-extras 3.3.3 → 3.3.3.1

raw patch · 2 files changed

+2/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

profunctor-extras.cabal view
@@ -1,6 +1,6 @@ name:             profunctor-extras category:         Control, Categories-version:          3.3.3+version:          3.3.3.1 license:          BSD3 cabal-version:    >= 1.6 license-file:     LICENSE
src/Data/Profunctor/Rift.hs view
@@ -1,7 +1,6 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE Rank2Types #-} {-# LANGUAGE TypeFamilies #-}-{-# LANGUAGE ImplicitParams #-} #if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702 {-# LANGUAGE Trustworthy #-} #endif@@ -37,7 +36,7 @@   rmap bd f = Rift (rmap bd . runRift f)   {-# INLINE rmap #-}   bd #. f = Rift (\p -> bd #. runRift f p)-  {-# INLINE (#.) #-}+  {-# INLINE ( #. ) #-}   f .# ca = Rift (\p -> runRift f (ca #. p))   {-# INLINE (.#) #-}