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

  ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
               -fno-warn-orphans -fno-warn-unused-do-bind