diff options
Diffstat (limited to 'hack.cabal')
-rw-r--r-- | hack.cabal | 20 |
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 |