From 09a424613504be9c058a0a0d02827b1077532481 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 7 Jul 2015 23:43:27 +0200 Subject: [PATCH] Add git information --- skeleton.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/skeleton.cabal b/skeleton.cabal index b11e42c..34ec113 100644 --- a/skeleton.cabal +++ b/skeleton.cabal @@ -18,11 +18,14 @@ build-type: Simple extra-source-files: README.md, LICENSE cabal-version: >=1.10 +source-repository head + type: git + location: https://github.com/rnhmjoj/skeleton + executable skeleton main-is: Main.hs hs-source-dirs: src default-language: Haskell2010 - other-modules: other-extensions: OverloadedStrings, RecordWildCards, ViewPatterns, FlexibleInstances, TypeSynonymInstances