summaryrefslogtreecommitdiffstats
path: root/hack.cabal
blob: d398a93789cd8f802c3dbe3391e13a4b8cbcaaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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