We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d536394 commit c563b9dCopy full SHA for c563b9d
stack.yaml
@@ -1,7 +1,7 @@
1
-resolver: lts-8.5
+resolver: lts-11.7
2
flags: {}
3
packages:
4
- '.'
5
extra-deps:
6
-- purescript-0.11.7
+- purescript-0.12.0
7
- pipes-http-1.0.5
trypurescript.cabal
@@ -1,5 +1,5 @@
name: trypurescript
-version: 0.11.7
+version: 0.12.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
@@ -20,11 +20,11 @@ executable trypurescript
20
filepath -any,
21
Glob -any,
22
scotty -any,
23
- purescript ==0.11.7,
+ purescript ==0.12.0,
24
containers -any,
25
http-types >= 0.8.5,
26
transformers ==0.5.*,
27
- mtl ==2.2.1,
+ mtl ==2.2.2,
28
parsec,
29
text -any,
30
time -any
0 commit comments