Skip to content

Commit c563b9d

Browse files
committed
Bump version to 0.12
1 parent d536394 commit c563b9d

File tree

2 files changed

+5
-5
lines changed

2 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-8.5
1+
resolver: lts-11.7
22
flags: {}
33
packages:
44
- '.'
55
extra-deps:
6-
- purescript-0.11.7
6+
- purescript-0.12.0
77
- pipes-http-1.0.5

trypurescript.cabal

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

0 commit comments

Comments
 (0)