Skip to content

Commit

Permalink
Update PureScript to 0.15.2 (#467)
Browse files Browse the repository at this point in the history
* Update PS to 0.15.2
  • Loading branch information
JordanMartinez committed May 18, 2022
1 parent 00ef899 commit 98e3f78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@ the most up-to-date version of this file.

## Unreleased

## v0.9.2

- Update `purescript` to `0.15.2` (@JordanMartinez)

This version of the compiler corrects and cleans up
some of the docs for the builtin `Prim` module.

## v0.9.1

- Fix typo in `ncu` command on `authors.md` page (@kRITZCREEK)
Expand Down
4 changes: 2 additions & 2 deletions pursuit.cabal
@@ -1,5 +1,5 @@
name: pursuit
version: 0.9.1
version: 0.9.2
cabal-version: >= 1.8
build-type: Simple
license: MIT
Expand Down Expand Up @@ -102,7 +102,7 @@ library
, containers
, vector
, time
, purescript == 0.15.0
, purescript == 0.15.2
, bower-json
, blaze-builder
, blaze-markup
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -11,7 +11,7 @@ extra-deps:
- bytestring-trie-0.2.5.0
- classy-prelude-yesod-1.5.0
- language-javascript-0.7.0.0
- purescript-0.15.0
- purescript-0.15.2
- monoidal-containers-0.6.2.0
- process-1.6.13.1
- Cabal-3.2.1.0
Expand Down

0 comments on commit 98e3f78

Please sign in to comment.