summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-10-28 02:01:46 +0300
committerdefanor <defanor@uberspace.net>2017-10-28 02:01:46 +0300
commit0194e2ced5c528049fad436e2720aff864ff74ae (patch)
tree7aa820124280f96f3f3bd290d7779ba6b9adfd1e /pancake.cabal
parenta3df7b27878edbf2d28f9c8d1aeb92788fa3bfd7 (diff)
Add pancake.el, an emacs interface
- Relicense under GPLv3: pandoc is under GPLv2, it's expected of emacs packages to be under GPLv3, so it seems appropriate. - Add support for embedding (in particular, print s-expressions instead of escape sequences). - Add the emacs package.
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/pancake.cabal b/pancake.cabal
index ad7068c..07126f4 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,8 +1,8 @@
name: pancake
-version: 0.1.0.0
+version: 0.1.0.1
synopsis: A CLI web/gopher/file browser
tested-with: GHC == 8.0.1
-license: BSD3
+license: GPL-3
license-file: LICENSE
author: defanor
maintainer: defanor@uberspace.net
@@ -12,6 +12,7 @@ category: Web
build-type: Simple
extra-source-files: ChangeLog.md
, README.org
+ , pancake.el
cabal-version: >=1.10
executable pancake