-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from tmcgilchrist/topic/version-0.9.0
Version 0.9.0.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* 0.9.0 | ||
- Handle unspecified content-type (#107) | ||
- Unroll internal webmachine monad (#108) | ||
- Support for GHC 8.2.1 | ||
- Various bugfixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,20 @@ name: airship | |
synopsis: A Webmachine-inspired HTTP library | ||
homepage: https://github.com/helium/airship/ | ||
Bug-reports: https://github.com/helium/airship/issues | ||
version: 0.8.0 | ||
version: 0.9.0 | ||
license: MIT | ||
license-file: LICENSE | ||
author: Reid Draper and Patrick Thomson | ||
maintainer: [email protected] | ||
maintainer: Tim McGilchrist <[email protected]>, [email protected] | ||
category: Web | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
description: A Webmachine-inspired HTTP library based off ideas from the original Erlang project <https://github.com/webmachine/webmachine> | ||
. | ||
A number of examples can be found in <https://github.com/helium/airship/tree/master/example> illustrating how to build airship based services. | ||
extra-source-files: | ||
README.md | ||
Changes.md | ||
|
||
source-repository head | ||
type: git | ||
|