File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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.
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 ` .
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11ELECTRON := " electron"
22
3- VERSION := " 0.2.4.0 "
3+ VERSION := " 0.2.4.1 "
44
55######################################################################
66# Development targets
You can’t perform that action at this time.
0 commit comments