packages feed

hslua 0.9.5.1 → 0.9.5.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +### 0.9.5.{1,2}++- Relax upper bound on exceptions+ ### 0.9.5  - Provide Optional as a replacement for OrNil. Exports of the latter
hslua.cabal view
@@ -1,5 +1,5 @@ name:                   hslua-version:                0.9.5.1+version:                0.9.5.2 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.10+                      , exceptions >= 0.8    && < 0.11                       , fail       >= 4.9    && < 5                       , mtl        >= 2.2    && < 2.3                       , text