Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased (v2)

- Add Apple Silicon (aarch64-darwin) support (#677)
- Upgrade to GHC 9.10 (#677)
Comment thread
srid marked this conversation as resolved.
- Web interface
- Introducing *impulse* -- foundation for upcoming advanced search, replacing both z-index and legacy JS search (#108)
- Remove autoscroll behaviour (which had questionable value to begin with)
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
'';
});
fsnotify = dontCheck hsuper.fsnotify;
tls = dontCheck hsuper.tls;
# witherable 0.4.x (has Data.Witherable module)
witherable = doJailbreak (hself.callHackageDirect {
pkg = "witherable";
Expand Down
2 changes: 1 addition & 1 deletion neuron.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: neuron
version: 1.9.36.0
version: 1.9.37.0
license: AGPL-3.0-only
copyright: 2020 Sridhar Ratnakumar
maintainer: srid@srid.ca
Expand Down
Loading