hslua 0.9.5 → 0.9.5.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- hslua.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,6 @@ ## Changelog -### 0.9.5 (unpublished)+### 0.9.5 - Provide Optional as a replacement for OrNil. Exports of the latter have been fixed.
hslua.cabal view
@@ -1,5 +1,5 @@ name: hslua-version: 0.9.5+version: 0.9.5.1 stability: beta cabal-version: >= 1.8 license: MIT@@ -77,7 +77,7 @@ build-depends: base >= 4.7 && < 5 , bytestring >= 0.10.2 && < 0.11 , containers >= 0.5 && < 0.6- , exceptions >= 0.8 && < 0.9+ , exceptions >= 0.8 && < 0.10 , fail >= 4.9 && < 5 , mtl >= 2.2 && < 2.3 , text