Skip to content

Commit 6b9a464

Browse files
Update version of HyperHaskell app to 2.4.1
1 parent 4ff6e9a commit 6b9a464

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
### HyperHaskell app bundle
55

6+
**v2.4.1** — Snapshot release.
7+
8+
* Fix "Insert Evaluation Cell Above"yp menu item.
9+
* Fix "Open…" and "Save As…" dialogs.
10+
* Look for `ghc` in both `~/.local/bin` and `~/.cabal/bin` when using `cabal`.
11+
612
**v2.4.0** — Snapshot release.
713

814
* Works with `hyper-haskell-server` version 0.2.4.0.
@@ -49,7 +55,7 @@
4955

5056
**v0.2.4.0**
5157

52-
* Works with HyperHaskell app version v2.4.0.
58+
* Works with HyperHaskell app version v2.4.*.
5359
* Less time to wait after interpreter starts up successfully.
5460
* Report slightly more errors.
5561
* Bump depenencies to allow `scotty-0.22`.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HyperHaskell",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"main": "src/main.js",
55
"devDependencies": {
66
"electron": "^38.2.2"

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ELECTRON := "electron"
22

3-
VERSION := "0.2.4.0"
3+
VERSION := "0.2.4.1"
44

55
######################################################################
66
# Development targets

0 commit comments

Comments
 (0)