Skip to content

Commit f0bc25c

Browse files
committed
Update to 0.12.1
1 parent 2867382 commit f0bc25c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
resolver: lts-11.7
1+
resolver: lts-12.0
22
flags: {}
33
packages:
44
- '.'
55
extra-deps:
6-
- purescript-0.12.0
6+
- purescript-0.12.1
77
- pipes-http-1.0.5

staging/core/psc-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core",
3-
"set": "psc-0.12.0-20181024",
3+
"set": "psc-0.12.1",
44
"source": "https://github.com/purescript/package-sets.git",
55
"depends": [
66
"arrays",

trypurescript.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: trypurescript
2-
version: 0.12.0
2+
version: 0.12.1
33
cabal-version: >=1.8
44
build-type: Simple
55
license: BSD3
@@ -20,7 +20,7 @@ executable trypurescript
2020
filepath -any,
2121
Glob -any,
2222
scotty -any,
23-
purescript ==0.12.0,
23+
purescript ==0.12.1,
2424
containers -any,
2525
http-types >= 0.8.5,
2626
transformers ==0.5.*,

0 commit comments

Comments
 (0)