-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rest-client, rest-core, rest-example, rest-gen, rest-happstack, …
…rest-snap, rest-types, rest-wai
- Loading branch information
Showing
17 changed files
with
106 additions
and
34 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-client | ||
version: 0.4.0.5 | ||
version: 0.5.0.0 | ||
description: Utility library for use in generated API client libraries. | ||
synopsis: Utility library for use in generated API client libraries. | ||
maintainer: [email protected] | ||
|
@@ -38,7 +38,7 @@ Library | |
, mtl >= 2.0 && < 2.3 | ||
, primitive == 0.5.* | ||
, resourcet >= 1.1.4 && < 1.2 | ||
, rest-types >= 1.11 && < 1.13 | ||
, rest-types == 1.13.* | ||
, tostring == 0.2.* | ||
, transformers >= 0.3 && < 0.5 | ||
, transformers-base >= 0.4.4 && < 0.5 | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-core | ||
version: 0.34.0.3 | ||
version: 0.35 | ||
description: Rest API library. | ||
synopsis: Rest API library. | ||
maintainer: [email protected] | ||
|
@@ -14,8 +14,8 @@ extra-source-files: | |
LICENSE | ||
|
||
source-repository head | ||
Type: Git | ||
Location: https://github.com/silkapp/rest.git | ||
type: git | ||
location: https://github.com/silkapp/rest.git | ||
|
||
library | ||
ghc-options: -Wall | ||
|
@@ -55,7 +55,7 @@ library | |
, multipart >= 0.1.1 && < 0.2 | ||
, random >= 1.0 && < 1.2 | ||
, rest-stringmap == 0.2.* | ||
, rest-types == 1.12.* | ||
, rest-types == 1.13.* | ||
, safe >= 0.2 && < 0.4 | ||
, semigroups == 0.16.* | ||
, split >= 0.1 && < 0.3 | ||
|
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
#### 0.2.0.0 | ||
|
||
* Change to use `ExceptT` and bump rest dependencies | ||
|
||
#### 0.1.2.2 | ||
|
||
* Bump `rest-core`. | ||
|
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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-gen | ||
version: 0.16.1.8 | ||
version: 0.17.0.0 | ||
description: Documentation and client generation from rest definition. | ||
synopsis: Documentation and client generation from rest definition. | ||
maintainer: [email protected] | ||
|
@@ -62,7 +62,7 @@ library | |
, json-schema >= 0.6 && < 0.8 | ||
, pretty >= 1.0 && < 1.2 | ||
, process >= 1.0 && < 1.3 | ||
, rest-core >= 0.31 && < 0.35 | ||
, rest-core >= 0.31 && < 0.36 | ||
, safe >= 0.2 && < 0.4 | ||
, semigroups >= 0.5.0 && < 0.17 | ||
, scientific >= 0.3.2 && < 0.4 | ||
|
@@ -83,7 +83,7 @@ test-suite rest-gen-tests | |
, HUnit == 1.2.* | ||
, fclabels >= 1.0.4 && < 2.1 | ||
, haskell-src-exts >= 1.15.0 && < 1.17 | ||
, rest-core >= 0.31 && < 0.35 | ||
, rest-core >= 0.31 && < 0.36 | ||
, rest-gen | ||
, test-framework == 0.8.* | ||
, test-framework-hunit == 0.3.* |
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
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
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
#### 0.1.17.17 | ||
|
||
* Bump `rest-core` upper bound. | ||
|
||
#### 0.1.17.16 | ||
|
||
* Allow utf8-string 1. | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-snap | ||
version: 0.1.17.16 | ||
version: 0.1.17.17 | ||
description: Rest driver for Snap. | ||
synopsis: Rest driver for Snap. | ||
maintainer: [email protected] | ||
|
@@ -25,7 +25,7 @@ library | |
base == 4.* | ||
, bytestring >= 0.9 && < 0.11 | ||
, case-insensitive >= 0.4 && < 1.3 | ||
, rest-core == 0.34.* | ||
, rest-core >= 0.34 && < 0.36 | ||
, safe >= 0.2 && < 0.4 | ||
, snap-core == 0.9.* | ||
, unordered-containers == 0.2.* | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-types | ||
version: 1.12 | ||
version: 1.13 | ||
description: Silk Rest Framework Types | ||
synopsis: Silk Rest Framework Types | ||
maintainer: [email protected] | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-wai | ||
version: 0.1.0.6 | ||
version: 0.1.0.7 | ||
description: Rest driver for WAI applications. | ||
synopsis: Rest driver for WAI applications. | ||
maintainer: [email protected] | ||
|
@@ -29,7 +29,7 @@ library | |
, http-types == 0.8.* | ||
, mime-types == 0.1.* | ||
, mtl >= 2.0 && < 2.3 | ||
, rest-core == 0.34.* | ||
, rest-core >= 0.34 && < 0.36 | ||
, text >= 0.11 && < 1.3 | ||
, unordered-containers == 0.2.* | ||
, wai >= 2.1 && < 3.1 |