packages feed

birds-of-paradise 0.2.1.2 → 0.2.2.0

raw patch · 1 files changed

+3/−3 lines, 1 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.2+version:             0.2.2.0 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.19+  build-depends:       base >=4.12.0.0 && <4.23   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+  build-depends:       base >=4.12.0.0 && <4.23