File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ the most up-to-date version of this file.
5
5
6
6
## Unreleased
7
7
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
+
8
15
## v0.9.1
9
16
10
17
- Fix typo in ` ncu ` command on ` authors.md ` page (@kRITZCREEK )
Original file line number Diff line number Diff line change 1
1
name : pursuit
2
- version : 0.9.1
2
+ version : 0.9.2
3
3
cabal-version : >= 1.8
4
4
build-type : Simple
5
5
license : MIT
@@ -102,7 +102,7 @@ library
102
102
, containers
103
103
, vector
104
104
, time
105
- , purescript == 0.15.0
105
+ , purescript == 0.15.2
106
106
, bower-json
107
107
, blaze-builder
108
108
, blaze-markup
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extra-deps:
11
11
- bytestring-trie-0.2.5.0
12
12
- classy-prelude-yesod-1.5.0
13
13
- language-javascript-0.7.0.0
14
- - purescript-0.15.0
14
+ - purescript-0.15.2
15
15
- monoidal-containers-0.6.2.0
16
16
- process-1.6.13.1
17
17
- Cabal-3.2.1.0
You can’t perform that action at this time.
0 commit comments