Skip to content

Commit

Permalink
Release 0.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 3, 2022
1 parent 9a6f9cf commit 37b1d1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 11 additions & 16 deletions emanote.cabal
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
Expand All @@ -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
Expand Down Expand Up @@ -95,7 +90,7 @@ common library-common
, aeson-extra
, aeson-optics
, async
, base
, base >=4.14 && <5
, blaze-html
, bytestring
, commonmark
Expand Down Expand Up @@ -155,7 +150,6 @@ common library-common
, yaml

hs-source-dirs: src
default-language: Haskell2010

library
import: library-common
Expand Down Expand Up @@ -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

0 comments on commit 37b1d1a

Please sign in to comment.