pointfree-fancy 1.1.1.14 → 1.1.1.15
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~QuickCheckdep ~containersdep ~haskell-src-extsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, containers, haskell-src-exts, transformers
API changes (from Hackage documentation)
Files
- pointfree-fancy.cabal +3/−3
- test/Test.hs +1/−0
pointfree-fancy.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: pointfree-fancy-version: 1.1.1.14+version: 1.1.1.15 license: BSD3 license-file: LICENSE maintainer: Vanessa McHale <vamchale@gmail.com>@@ -52,7 +52,7 @@ base >=4.9 && <5.0, array >=0.3 && <0.6, containers >=0.4 && <0.7,- haskell-src-exts >=1.20 && <1.22,+ haskell-src-exts >=1.20 && <1.23, transformers <0.6 executable pointfree@@ -73,4 +73,4 @@ base <5, pointfree-internal -any, HUnit >=1.1 && <1.7,- QuickCheck >=2.1 && <2.12+ QuickCheck >=2.1 && <2.14
test/Test.hs view
@@ -213,6 +213,7 @@ unitTest "\\(x, y) -> a" ["const a"], -- unitTest "conj f = \\x -> toA (f $ fromA x)" ["conj = toA ~@~ fromB"], unitTest "\\(f, g) x -> (f x, g x)" ["uncurry (&&&)"]+ -- unitTest "\\f x -> g x x" ["g .$ x"] ] main :: IO ()