birds-of-paradise 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
birds-of-paradise.cabal view
@@ -4,7 +4,7 @@ -- http://haskell.org/cabal/users-guide/ name: birds-of-paradise-version: 0.2.1.1+version: 0.2.1.2 synopsis: Birds of Paradise description: Birds of Paradise is yet another SK combinator library. homepage: https://github.com/cutsea110/birds-of-paradise.git@@ -21,7 +21,7 @@ exposed-modules: Data.Function.Combinator.Birds -- other-modules: -- other-extensions:- build-depends: base >=4.12.0.0 && <4.16+ build-depends: base >=4.12.0.0 && <4.19 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall@@ -31,4 +31,4 @@ type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs- build-depends: base >=4.12.0.0 && <4.16+ build-depends: base >=4.12.0.0
src/Data/Function/Combinator/Birds.hs view
@@ -70,7 +70,7 @@ -- | B3 becard :: (c -> d) -> (b -> c) -> (a -> b) -> a -> d-becard f g h x = f (g ( h x))+becard f g h x = f (g (h x)) -- | C -- Haskell 'flip'