Skip to content

Commit 98e3f78

Browse files
Update PureScript to 0.15.2 (#467)
* Update PS to 0.15.2
1 parent 00ef899 commit 98e3f78

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ the most up-to-date version of this file.
55

66
## Unreleased
77

8+
## v0.9.2
9+
10+
- Update `purescript` to `0.15.2` (@JordanMartinez)
11+
12+
This version of the compiler corrects and cleans up
13+
some of the docs for the builtin `Prim` module.
14+
815
## v0.9.1
916

1017
- Fix typo in `ncu` command on `authors.md` page (@kRITZCREEK)

pursuit.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pursuit
2-
version: 0.9.1
2+
version: 0.9.2
33
cabal-version: >= 1.8
44
build-type: Simple
55
license: MIT
@@ -102,7 +102,7 @@ library
102102
, containers
103103
, vector
104104
, time
105-
, purescript == 0.15.0
105+
, purescript == 0.15.2
106106
, bower-json
107107
, blaze-builder
108108
, blaze-markup

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extra-deps:
1111
- bytestring-trie-0.2.5.0
1212
- classy-prelude-yesod-1.5.0
1313
- language-javascript-0.7.0.0
14-
- purescript-0.15.0
14+
- purescript-0.15.2
1515
- monoidal-containers-0.6.2.0
1616
- process-1.6.13.1
1717
- Cabal-3.2.1.0

0 commit comments

Comments
 (0)