Skip to content

Commit

Permalink
Prep for final release (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Dec 4, 2022
1 parent 24ca8d9 commit 57a95cd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 32 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for emanote

## 0.8.2.0 (Unreleased)
## 1.0.0.0 (2022-12-04)

- UI
- Index pages are no longer marked as 'experimental'
Expand Down
2 changes: 1 addition & 1 deletion docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ If you do not wish to use Nix, you may use Emanote in one of the following ways:
| ---------- | ----------------- | ----------------- |
| [[docker]] | Guaranteed | Linux, WSL, macOS |

Emanote is not on [Hackage](https://hackage.haskell.org/) yet, as 1.0 is yet to be released. Once on Hackage, Emanote can be packaged up in various ways like [Pandoc](https://pandoc.org/) (another Haskell software on Hackage) is. It will become the distributor's responsibility to create and maintain this long-term. Nix and [[docker]] are the only mechanisms the author intends to support in the long-term.
Nix and [[docker]] are the only mechanisms the author intends to support in the long-term. Emanote is also available in nixpkgs.
2 changes: 1 addition & 1 deletion emanote.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: emanote
version: 0.8.1.14
version: 1.0.0.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down
35 changes: 9 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
haskell-flake.url = "github:srid/haskell-flake";

# TODO: Dependencies waiting to go from Hackage to nixpkgs.
commonmark-wikilink.url = "github:srid/commonmark-wikilink";
commonmark-wikilink.flake = false;
heist-extra.url = "github:srid/heist-extra";
heist-extra.flake = false;
heist.url = "github:snapframework/heist"; # Waiting for 1.1.1.0 on nixpkgs cabal hashes
Expand Down Expand Up @@ -44,7 +42,7 @@
};
source-overrides = {
inherit (inputs)
commonmark-wikilink heist-extra heist;
heist-extra heist;
ema = inputs.ema + /ema;
};
overrides = self: super: with pkgs.haskell.lib; {
Expand Down

0 comments on commit 57a95cd

Please sign in to comment.