diff --git a/README.md b/README.md index 4026cd5c5..02393f23e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ Spiritual successor to [neuron](https://neuron.zettel.page), based on [Ema](http 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. -**Project Status**: [almost out of beta](https://github.com/srid/emanote/milestone/3). - ## Installing and using https://emanote.srid.ca/start/install diff --git a/emanote.cabal b/emanote.cabal index adf415a79..8b7baaefa 100644 --- a/emanote.cabal +++ b/emanote.cabal @@ -1,21 +1,17 @@ cabal-version: 2.4 name: emanote -version: 0.7.16.1 +version: 0.8.0.0 license: AGPL-3.0-only -copyright: 2021 Sridhar Ratnakumar +copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca author: Sridhar Ratnakumar category: Web - --- TODO: Before hackage release. --- A short (one-line) description of the package. --- synopsis: - --- A longer description of the package. --- description: +synopsis: Emanate a structured view of your plain-text notes +description: + 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. -- A URL where users can report bugs. -bug-reports: https://github.com/srid/emanote/issues +bug-reports: https://github.com/EmaApps/emanote/issues extra-source-files: LICENSE README.md @@ -39,8 +35,7 @@ common haskell-common ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -Wunused-foralls - -fprint-explicit-foralls -fprint-explicit-kinds -threaded -rtsopts - -with-rtsopts=-N + -fprint-explicit-foralls -fprint-explicit-kinds default-extensions: NoImplicitPrelude @@ -95,7 +90,7 @@ common library-common , aeson-extra , aeson-optics , async - , base + , base >=4.14 && <5 , blaze-html , bytestring , commonmark @@ -155,7 +150,6 @@ common library-common , yaml hs-source-dirs: src - default-language: Haskell2010 library import: library-common @@ -215,5 +209,6 @@ library autogen-modules: Paths_emanote executable emanote - import: library-common - main-is: Main.hs + import: library-common + main-is: Main.hs + ghc-options: -threaded -rtsopts -with-rtsopts=-N