folds 0.7.2 → 0.7.3
raw patch · 3 files changed
+15/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- HLint.hs +9/−0
- folds.cabal +2/−1
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.7.3+-----+* Ensure that `HLint.hs` is shipped with the library+ 0.7.2 ----- * Revamp `Setup.hs` to use `cabal-doctest`. This makes it build
+ HLint.hs view
@@ -0,0 +1,9 @@+import "hint" HLint.HLint++ignore "Reduce duplication"+ignore "Redundant lambda"+ignore "Use >=>"+ignore "Use const"+ignore "Eta reduce"+ignore "Avoid lambda"+ignore "Use newtype instead of data"
folds.cabal view
@@ -1,6 +1,6 @@ name: folds category: Data, Comonads, Enumerator-version: 0.7.2+version: 0.7.3 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -19,6 +19,7 @@ .gitignore .vim.custom CHANGELOG.markdown+ HLint.hs README.markdown description: This package is a playground full of comonadic folds.