11name : rest-example
2- version : 0.1.2.2
2+ version : 0.2.0.0
33synopsis : Example project for rest
44homepage : http://www.github.com/silkapp/rest
55license : BSD3
@@ -50,7 +50,7 @@ library
5050 , mtl >= 2.0 && < 2.3
5151 , regular == 0.3. *
5252 , regular-xmlpickler == 0.2. *
53- , rest-core >= 0.33 && < 0.35
53+ , rest-core == 0.35. *
5454 , safe >= 0.2 && < 0.4
5555 , transformers >= 0.2 && < 0.5
5656 , transformers-compat == 0.4. *
@@ -94,7 +94,7 @@ executable rest-example-happstack
9494 base >= 4.6 && < 4.8
9595 , happstack-server >= 7.1 && < 7.5
9696 , mtl >= 2.0 && < 2.3
97- , rest-core >= 0.33 && < 0.35
97+ , rest-core == 0.35. *
9898 , rest-example
9999 , rest-happstack == 0.2. *
100100 , transformers-compat == 0.4. *
@@ -111,7 +111,7 @@ executable rest-example-wai
111111 build-depends :
112112 base >= 4.6 && < 4.8
113113 , mtl >= 2.0 && < 2.3
114- , rest-core >= 0.33 && < 0.35
114+ , rest-core == 0.35. *
115115 , rest-example
116116 , rest-wai == 0.1. *
117117 , wai >= 2.1 && < 3.1
@@ -130,7 +130,7 @@ executable rest-example-snap
130130 build-depends :
131131 base >= 4.6 && < 4.8
132132 , mtl >= 2.0 && < 2.3
133- , rest-core >= 0.33 && < 0.35
133+ , rest-core == 0.35. *
134134 , rest-example
135135 , rest-snap == 0.1. *
136136 , snap-core == 0.9. *
@@ -149,9 +149,9 @@ executable rest-example-gen
149149 build-depends :
150150 base >= 4.6 && < 4.8
151151 , mtl >= 2.0 && < 2.3
152- , rest-core >= 0.33 && < 0.35
152+ , rest-core == 0.35. *
153153 , rest-example
154- , rest-gen >= 0.14 && < 0.17
154+ , rest-gen >= 0.14 && < 0.18
155155 , transformers-compat == 0.4. *
156156 else
157157 buildable : False
0 commit comments