From b52d2a395814158319a781d38a49bb0f132c221d Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 28 Oct 2017 02:16:10 +0300 Subject: Add description and source-repository into .cabal --- pancake.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pancake.cabal') 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 -- cgit v1.2.3