arrow-list 0.6.1.4 → 0.6.1.5
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~mtlnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- arrow-list.cabal +6/−5
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.6.1.5++* Allow mtl 2.2.+ #### 0.6.1.4 * arrow-list is now maintained by Silk and located at https://www.github.com/silkapp/arrow-list
arrow-list.cabal view
@@ -1,5 +1,5 @@ name: arrow-list-version: 0.6.1.4+version: 0.6.1.5 synopsis: List arrows for Haskell. description: This small Haskell library provides some type class, types and functions to@@ -18,12 +18,13 @@ cabal-version: >= 1.6 extra-source-files:- README.md CHANGELOG.md+ LICENSE+ README.md source-repository head- type: git- location: git://github.com/silkapp/arrow-list.git+ type: git+ location: https://github.com/silkapp/arrow-list.git library ghc-options: -Wall@@ -38,4 +39,4 @@ build-depends: base ==4.* , containers >= 0.3 && < 0.6- , mtl >= 1.1 && < 2.2+ , mtl >= 1.1 && < 2.3