Skip to content

Commit 37b1d1a

Browse files
committed
Release 0.8.0.0
1 parent 9a6f9cf commit 37b1d1a

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Spiritual successor to [neuron](https://neuron.zettel.page), based on [Ema](http
88

99
Create beautiful websites -- such as personal webpage, blog, wiki, Zettelkasten, notebook, knowledge-base, documentation, etc. from future-proof plain-text notes and arbitrary data -- with live preview that updates in real-time.
1010

11-
**Project Status**: [almost out of beta](https://github.com/srid/emanote/milestone/3).
12-
1311
## Installing and using
1412

1513
https://emanote.srid.ca/start/install

emanote.cabal

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
cabal-version: 2.4
22
name: emanote
3-
version: 0.7.16.1
3+
version: 0.8.0.0
44
license: AGPL-3.0-only
5-
copyright: 2021 Sridhar Ratnakumar
5+
copyright: 2022 Sridhar Ratnakumar
66
maintainer: [email protected]
77
author: Sridhar Ratnakumar
88
category: Web
9-
10-
-- TODO: Before hackage release.
11-
-- A short (one-line) description of the package.
12-
-- synopsis:
13-
14-
-- A longer description of the package.
15-
-- description:
9+
synopsis: Emanate a structured view of your plain-text notes
10+
description:
11+
Create beautiful websites -- such as personal webpage, blog, wiki, Zettelkasten, notebook, knowledge-base, documentation, etc. from future-proof plain-text notes and arbitrary data -- with live preview that updates in real-time.
1612

1713
-- A URL where users can report bugs.
18-
bug-reports: https://github.com/srid/emanote/issues
14+
bug-reports: https://github.com/EmaApps/emanote/issues
1915
extra-source-files:
2016
LICENSE
2117
README.md
@@ -39,8 +35,7 @@ common haskell-common
3935
ghc-options:
4036
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
4137
-Wmissing-deriving-strategies -Wunused-foralls -Wunused-foralls
42-
-fprint-explicit-foralls -fprint-explicit-kinds -threaded -rtsopts
43-
-with-rtsopts=-N
38+
-fprint-explicit-foralls -fprint-explicit-kinds
4439

4540
default-extensions:
4641
NoImplicitPrelude
@@ -95,7 +90,7 @@ common library-common
9590
, aeson-extra
9691
, aeson-optics
9792
, async
98-
, base
93+
, base >=4.14 && <5
9994
, blaze-html
10095
, bytestring
10196
, commonmark
@@ -155,7 +150,6 @@ common library-common
155150
, yaml
156151

157152
hs-source-dirs: src
158-
default-language: Haskell2010
159153

160154
library
161155
import: library-common
@@ -215,5 +209,6 @@ library
215209
autogen-modules: Paths_emanote
216210

217211
executable emanote
218-
import: library-common
219-
main-is: Main.hs
212+
import: library-common
213+
main-is: Main.hs
214+
ghc-options: -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)