harp 0.4.3.1 → 0.4.3.2
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)
- Harp.Match: foldComp :: [[a] -> [a]] -> ([a] -> [a])
+ Harp.Match: foldComp :: [[a] -> [a]] -> [a] -> [a]
Files
- harp.cabal +2/−2
harp.cabal view
@@ -1,5 +1,5 @@ Name: harp-Version: 0.4.3.1+Version: 0.4.3.2 License: BSD3 License-File: LICENSE Author: Niklas Broberg@@ -27,5 +27,5 @@ location: https://github.com/seereason/harp.git Library- Build-Depends: base < 4.12+ Build-Depends: base < 4.13 Exposed-modules: Harp.Match