From 0194e2ced5c528049fad436e2720aff864ff74ae Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 28 Oct 2017 02:01:46 +0300 Subject: 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. --- pancake.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pancake.cabal') 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 -- cgit v1.2.3