Skip to content

Commit

Permalink
Update to 0.11.7 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thimoteus authored and paf31 committed Nov 30, 2017
1 parent 6bf185c commit d536394
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ flags: {}
packages:
- '.'
extra-deps:
- purescript-0.11.6
- purescript-0.11.7
- pipes-http-1.0.5
2 changes: 1 addition & 1 deletion staging/core/psc-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"set": "psc-0.11.6",
"set": "psc-0.11.7",
"source": "https://github.com/purescript/package-sets.git",
"depends": [
"arrays",
Expand Down
2 changes: 1 addition & 1 deletion staging/thermite/psc-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staging",
"set": "psc-0.11.6",
"set": "psc-0.11.7",
"source": "https://github.com/purescript/package-sets.git",
"depends": [
"react-dom",
Expand Down
4 changes: 2 additions & 2 deletions trypurescript.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: trypurescript
version: 0.11.2
version: 0.11.7
cabal-version: >=1.8
build-type: Simple
license: BSD3
Expand All @@ -20,7 +20,7 @@ executable trypurescript
filepath -any,
Glob -any,
scotty -any,
purescript ==0.11.6,
purescript ==0.11.7,
containers -any,
http-types >= 0.8.5,
transformers ==0.5.*,
Expand Down

0 comments on commit d536394

Please sign in to comment.