summaryrefslogtreecommitdiffstats
path: root/hack.cabal
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-27 11:02:45 +0200
committertv <tv@shackspace.de>2014-07-27 11:03:05 +0200
commitbc8d3ab9d134baa4517757f6f7ab80857361bd65 (patch)
tree046f79d43cc0dfb99cdca71918c505530b834bb1 /hack.cabal
initial commit
Diffstat (limited to 'hack.cabal')
-rw-r--r--hack.cabal20
1 files changed, 20 insertions, 0 deletions
diff --git a/hack.cabal b/hack.cabal
new file mode 100644
index 0000000..d398a93
--- /dev/null
+++ b/hack.cabal
@@ -0,0 +1,20 @@
+Name: hack
+Version: 0.1
+Synopsis: Project Synopsis Here
+Description: Project Description Here
+License: AllRightsReserved
+Author: Author
+Maintainer: maintainer@example.com
+Stability: Experimental
+Category: Web
+Build-type: Simple
+Cabal-version: >=1.2
+
+Executable hack
+ main-is: Main.hs
+
+ Build-depends:
+ old-locale,
+ time,
+ mtl,
+ base