extra 0.8 → 1.0
raw patch · 3 files changed
+4/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.txt +2/−0
- README.md +1/−1
- extra.cabal +1/−1
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for Extra +1.0+ No changes 0.8 Fix a bug in writeFileEncoding/writeFileUTF8 0.7
README.md view
@@ -1,4 +1,4 @@-# Extra [](http://hackage.haskell.org/package/extra) [](https://travis-ci.org/ndmitchell/extra)+# Extra [](https://hackage.haskell.org/package/extra) [](https://travis-ci.org/ndmitchell/extra) A library of extra functions for the standard Haskell libraries. Most functions are simple additions, filling out missing functionality. A few functions are available in later versions of GHC, but this package makes them available back to GHC 7.2. A few examples:
extra.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 build-type: Simple name: extra-version: 0.8+version: 1.0 license: BSD3 license-file: LICENSE category: Development