Skip to content

Commit c8cd9f7

Browse files
authored
Merge pull request #75 from purescript/phil/0.11.2
Update LTS, update purescript
2 parents 8405225 + cf9d283 commit c8cd9f7

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

stack.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
resolver: lts-6.25
1+
resolver: lts-8.5
22
flags: {}
33
packages:
44
- '.'
55
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
6+
- purescript-0.11.2
7+
- pipes-http-1.0.5

trypurescript.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: trypurescript
2-
version: 0.11.1
2+
version: 0.11.2
33
cabal-version: >=1.8
44
build-type: Simple
55
license: BSD3
@@ -20,10 +20,10 @@ executable trypurescript
2020
filepath -any,
2121
Glob -any,
2222
scotty -any,
23-
purescript ==0.11.1,
23+
purescript ==0.11.2,
2424
containers -any,
2525
http-types >= 0.8.5,
26-
transformers ==0.4.*,
26+
transformers ==0.5.*,
2727
mtl ==2.2.1,
2828
parsec,
2929
text -any,

0 commit comments

Comments
 (0)