forked from silkapp/rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
60 additions
and
19 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-core | ||
version: 0.36.0.6 | ||
version: 0.37 | ||
description: Rest API library. | ||
synopsis: Rest API library. | ||
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
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.18.0.0 | ||
version: 0.19.0.0 | ||
description: Documentation and client generation from rest definition. | ||
synopsis: Documentation and client generation from rest definition. | ||
maintainer: [email protected] | ||
|
@@ -63,7 +63,7 @@ library | |
, json-schema >= 0.6 && < 0.8 | ||
, pretty >= 1.0 && < 1.2 | ||
, process >= 1.0 && < 1.4 | ||
, rest-core >= 0.35 && < 0.37 | ||
, rest-core >= 0.35 && < 0.38 | ||
, safe >= 0.2 && < 0.4 | ||
, semigroups >= 0.5 && < 0.18 | ||
, scientific >= 0.3.2 && < 0.4 | ||
|
@@ -85,7 +85,7 @@ test-suite rest-gen-tests | |
, HUnit >= 1.2 && < 1.4 | ||
, fclabels >= 1.0.4 && < 2.1 | ||
, haskell-src-exts >= 1.15.0 && < 1.17 | ||
, rest-core >= 0.35 && < 0.37 | ||
, rest-core >= 0.35 && < 0.38 | ||
, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rest-happstack | ||
version: 0.2.10.8 | ||
version: 0.3 | ||
description: Rest driver for Happstack. | ||
synopsis: Rest driver for Happstack. | ||
maintainer: [email protected] | ||
|
@@ -28,6 +28,6 @@ library | |
, containers >= 0.4 && < 0.6 | ||
, happstack-server >= 7.0.5 && < 7.5 | ||
, mtl >= 2.0 && < 2.3 | ||
, rest-core >= 0.34 && < 0.37 | ||
, rest-gen >= 0.14 && < 0.19 | ||
, rest-core >= 0.34 && < 0.38 | ||
, rest-gen >= 0.14 && < 0.20 | ||
, utf8-string >= 0.3 && < 1.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
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.18 | ||
version: 0.2 | ||
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 && < 0.37 | ||
, rest-core >= 0.34 && < 0.38 | ||
, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
#### 0.2.0.6 | ||
|
||
* Fix compilation on GHC-7.6 | ||
* (revision) Allow `aeson 0.10.*` | ||
|
||
#### 0.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#### 1.14.0.1 | ||
|
||
* Allow `aeson 0.9.*` | ||
* Allow `aeson 0.9.*` and (revision) `0.10.*` | ||
|
||
## 1.14 | ||
|
||
|
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.8 | ||
version: 0.2 | ||
description: Rest driver for WAI applications. | ||
synopsis: Rest driver for WAI applications. | ||
maintainer: [email protected] | ||
|
@@ -29,7 +29,7 @@ library | |
, http-types >= 0.8 && < 0.10 | ||
, mime-types == 0.1.* | ||
, mtl >= 2.0 && < 2.3 | ||
, rest-core >= 0.35 && < 0.37 | ||
, rest-core >= 0.35 && < 0.38 | ||
, text >= 0.11 && < 1.3 | ||
, unordered-containers == 0.2.* | ||
, wai >= 2.1 && < 3.1 |