From bc8d3ab9d134baa4517757f6f7ab80857361bd65 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 27 Jul 2014 11:02:45 +0200 Subject: initial commit --- hack.cabal | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hack.cabal (limited to 'hack.cabal') 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 -- cgit v1.2.3