We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8405225 + cf9d283 commit c8cd9f7Copy full SHA for c8cd9f7
stack.yaml
@@ -1,10 +1,7 @@
1
-resolver: lts-6.25
+resolver: lts-8.5
2
flags: {}
3
packages:
4
- '.'
5
extra-deps:
6
-- purescript-0.11.1
7
-- bower-json-1.0.0.1
8
-- language-javascript-0.6.0.9
9
-- optparse-applicative-0.13.2.0
10
-- parsec-3.1.11
+- purescript-0.11.2
+- pipes-http-1.0.5
trypurescript.cabal
@@ -1,5 +1,5 @@
name: trypurescript
-version: 0.11.1
+version: 0.11.2
cabal-version: >=1.8
build-type: Simple
license: BSD3
@@ -20,10 +20,10 @@ executable trypurescript
20
filepath -any,
21
Glob -any,
22
scotty -any,
23
- purescript ==0.11.1,
+ purescript ==0.11.2,
24
containers -any,
25
http-types >= 0.8.5,
26
- transformers ==0.4.*,
+ transformers ==0.5.*,
27
mtl ==2.2.1,
28
parsec,
29
text -any,
0 commit comments