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