From 68c3f6c88082e2aeec5fd2c8439eb60f21343fbd Mon Sep 17 00:00:00 2001 From: Miika-Petteri Matikainen Date: Sun, 16 Mar 2014 17:57:44 +0200 Subject: [PATCH] Add homepage information and README to cabal file --- hchesslib.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hchesslib.cabal b/hchesslib.cabal index b07b06a..6eb6bf6 100644 --- a/hchesslib.cabal +++ b/hchesslib.cabal @@ -9,10 +9,11 @@ license: GPL-2 license-file: LICENSE author: Miika-Petteri Matikainen maintainer: miikapetteri@gmail.com +homepage: https://github.com/nablaa/hchesslib -- copyright: category: Game build-type: Simple --- extra-source-files: +extra-source-files: README.md cabal-version: >=1.10 source-repository head