From 68c4f37d0e1405f19bfee4c82d47f730f5307f51 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 4 Jan 2017 14:47:46 +0100 Subject: Add description and repository to cabal file --- gopher-proxy.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal index 391b55a..31bd026 100644 --- a/gopher-proxy.cabal +++ b/gopher-proxy.cabal @@ -1,9 +1,10 @@ --- Initial gopher-proxy.cabal generated by cabal init. For further +-- Initial gopher-proxy.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: gopher-proxy version: 0.1.0.0 synopsis: proxy gopher over http +description: A simple gopher-over-http proxy to http-ify gopher spaces. license: GPL-3 license-file: LICENSE author: sternenseemann @@ -33,3 +34,7 @@ executable gopher-proxy , directory hs-source-dirs: src default-language: Haskell2010 + +source-repository head + type: git + location: git://github.com/sternenseemann/gopher-proxy.git -- cgit 1.4.1