altcomposition 0.2.2.0 → 0.2.3.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
+ Data.AltComposition: infix 9 %***.**
+ Data.AltComposition: infixl 8 .$
+ Data.AltComposition: infixr 2 ||\
+ Data.AltComposition: infixr 3 &&\
+ Data.AltComposition: infixr 8 `§`
+ Data.AltComposition: infixr 9 *%.**
- Data.AltComposition: (?.) :: Category cat => Bool -> cat a a -> cat a a
+ Data.AltComposition: (?.) :: (Category cat) => Bool -> cat a a -> cat a a
- Data.AltComposition: for :: Functor f => f a -> (a -> b) -> f b
+ Data.AltComposition: for :: (Functor f) => f a -> (a -> b) -> f b
- Data.AltComposition: with :: Functor f => f a -> (a -> b) -> f b
+ Data.AltComposition: with :: (Functor f) => f a -> (a -> b) -> f b
Files
- altcomposition.cabal +2/−2
altcomposition.cabal view
@@ -1,5 +1,5 @@ name: altcomposition-version: 0.2.2.0+version: 0.2.3.0 synopsis: Alternative combinators for unorthodox function composition -- description: homepage: https://github.com/jcristovao/altcomposition@@ -18,7 +18,7 @@ library exposed-modules: Data.AltComposition- build-depends: base >= 4.0 && < 4.9+ build-depends: base >= 4.0 && < 4.11 , composition >= 1.0 && < 1.1 default-language: Haskell2010 ghc-options: -Wall