airship 0.9.2 → 0.9.3
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~http-typesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-types
API changes (from Hackage documentation)
- Airship.Route: (#>) :: MonadWriter [(ByteString, RouteLeaf a)] m => Route -> Resource a -> m ()
+ Airship.Route: (#>) :: MonadWriter [(ByteString, (RouteLeaf a))] m => Route -> Resource a -> m ()
- Airship.Route: (#>=) :: MonadWriter [(ByteString, RouteLeaf a)] m => Route -> m (Resource a) -> m ()
+ Airship.Route: (#>=) :: MonadWriter [(ByteString, (RouteLeaf a))] m => Route -> m (Resource a) -> m ()
Files
- Changes.md +3/−1
- airship.cabal +2/−2
Changes.md view
@@ -1,4 +1,6 @@- * 0.9.0+* 0.9.3+ - Bump upper bound on http-types due to stackage.+* 0.9.0 - Handle unspecified content-type (#107) - Unroll internal webmachine monad (#108) - Support for GHC 8.2.1
airship.cabal view
@@ -2,7 +2,7 @@ synopsis: A Webmachine-inspired HTTP library homepage: https://github.com/helium/airship/ Bug-reports: https://github.com/helium/airship/issues-version: 0.9.2+version: 0.9.3 license: MIT license-file: LICENSE author: Reid Draper and Patrick Thomson@@ -55,7 +55,7 @@ , filepath >= 1.3 && < 1.5 , http-date , http-media- , http-types >= 0.8 && <0.10+ , http-types >= 0.8 && < 0.13 , lifted-base == 0.2.* , microlens , monad-control >= 1.0