From 0e21ebc7fa70c1816036f748fe31560a681d72b2 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Mon, 19 Jan 2015 18:03:48 +0100 Subject: [PATCH] Add git repository informations --- alea.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alea.cabal b/alea.cabal index 66f6c54..e1021cd 100644 --- a/alea.cabal +++ b/alea.cabal @@ -19,6 +19,10 @@ extra-source-files: README.md, LICENSE data-files: dict/diceware cabal-version: >=1.10 +source-repository head + type: git + location: https://github.com/rnhmjoj/alea + executable alea main-is: Main.hs default-language: Haskell2010