Add git information
This commit is contained in:
parent
1ac9fcdd01
commit
09a4246135
@ -18,11 +18,14 @@ build-type: Simple
|
|||||||
extra-source-files: README.md, LICENSE
|
extra-source-files: README.md, LICENSE
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/rnhmjoj/skeleton
|
||||||
|
|
||||||
executable skeleton
|
executable skeleton
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-modules:
|
|
||||||
other-extensions: OverloadedStrings, RecordWildCards,
|
other-extensions: OverloadedStrings, RecordWildCards,
|
||||||
ViewPatterns, FlexibleInstances,
|
ViewPatterns, FlexibleInstances,
|
||||||
TypeSynonymInstances
|
TypeSynonymInstances
|
||||||
|
Loading…
Reference in New Issue
Block a user