rest-example 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~textdep ~transformers
Dependency ranges changed: text, transformers
Files
- CHANGELOG.md +4/−0
- rest-example.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.0.3++* Allow `transformers == 0.4.*`.+ #### 0.1.0.2 * Allow `rest-gen == 0.15.*`
rest-example.cabal view
@@ -1,5 +1,5 @@ name: rest-example-version: 0.1.0.2+version: 0.1.0.3 synopsis: Example project for rest homepage: http://www.github.com/silkapp/rest license: BSD3@@ -41,7 +41,7 @@ , containers >= 0.3 && < 0.6 , filepath >= 1.1 && < 1.4 , hxt == 9.3.*- , json-schema == 0.6.*+ , json-schema >= 0.6 && < 0.8 , monad-control == 0.3.* , mtl >= 2.0 && < 2.3 , regular == 0.3.*@@ -49,7 +49,7 @@ , rest-core >= 0.31 && < 0.33 , rest-types == 1.10.* , safe >= 0.2 && < 0.4- , transformers >= 0.2 && < 0.4+ , transformers >= 0.2 && < 0.5 , stm >= 2.1 && < 2.5 , text >= 0.10 && < 1.2 , time >= 1.1 && < 1.5