summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-10-28 02:16:10 +0300
committerdefanor <defanor@uberspace.net>2017-10-28 02:16:10 +0300
commitb52d2a395814158319a781d38a49bb0f132c221d (patch)
tree0d67cb5ac72d120b3b8cf944a313d52b66924653 /pancake.cabal
parentc5e2891e92cf2cc875da9638e79b5de1926d841e (diff)
Add description and source-repository into .cabal
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/pancake.cabal b/pancake.cabal
index 07126f4..3eb3493 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,6 +1,11 @@
name: pancake
version: 0.1.0.1
synopsis: A CLI web/gopher/file browser
+description: Pancake is a CLI web/gopher/file browser inspired
+ by Line Mode Browser. It relies on pandoc for
+ parsing, on curl and other external applications
+ for data loading, on emacs and other applications
+ to provide user interfaces.
tested-with: GHC == 8.0.1
license: GPL-3
license-file: LICENSE
@@ -14,6 +19,9 @@ extra-source-files: ChangeLog.md
, README.org
, pancake.el
cabal-version: >=1.10
+source-repository head
+ type: git
+ location: git://github.com/defanor/pancake.git
executable pancake
main-is: Pancake.hs