rest-wai 0.1.0.7 → 0.1.0.8
raw patch · 3 files changed
+6/−3 lines, 3 filesdep ~rest-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rest-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-wai.cabal +2/−2
- src/Rest/Driver/Wai.hs +0/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.0.8++* Allow `rest-core 0.36.*`+ #### 0.1.0.7 * Make header comparison case-insensitive.
rest-wai.cabal view
@@ -1,5 +1,5 @@ name: rest-wai-version: 0.1.0.7+version: 0.1.0.8 description: Rest driver for WAI applications. synopsis: Rest driver for WAI applications. maintainer: code@silk.co@@ -29,7 +29,7 @@ , http-types == 0.8.* , mime-types == 0.1.* , mtl >= 2.0 && < 2.3- , rest-core >= 0.34 && < 0.36+ , rest-core >= 0.35 && < 0.37 , text >= 0.11 && < 1.3 , unordered-containers == 0.2.* , wai >= 2.1 && < 3.1
src/Rest/Driver/Wai.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE CPP , GeneralizedNewtypeDeriving