We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 366ecf4 + d9dfcaa commit 652faf3Copy full SHA for 652faf3
stack.yaml
@@ -3,7 +3,7 @@ flags: {}
3
packages:
4
- '.'
5
extra-deps:
6
-- purescript-0.10.3
+- purescript-0.10.4
7
- bower-json-0.8.0
8
- language-javascript-0.6.0.9
9
- parsec-3.1.11
trypurescript.cabal
@@ -1,5 +1,5 @@
1
name: trypurescript
2
-version: 0.10.3
+version: 0.10.4
cabal-version: >=1.8
build-type: Simple
license: BSD3
@@ -20,7 +20,7 @@ executable trypurescript
20
filepath -any,
21
Glob -any,
22
scotty -any,
23
- purescript ==0.10.3,
+ purescript ==0.10.4,
24
containers -any,
25
http-types >= 0.8.5,
26
transformers ==0.4.*,
0 commit comments