summaryrefslogtreecommitdiff
path: root/snap-efault.cabal
blob: 5bb005c067a23fd8e831b1c0696ad13965688ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cabal-version:       2.0
name:                snap-efault
synopsis:            Stuff
version:             0.1.0.0
license:             MIT
author:              Tom Smeding
maintainer:          tom@tomsmeding.com
build-type:          Simple

executable snap-efault
  main-is:
    Main.hs
  build-depends:
    base >= 4.13 && < 4.15,
    process >= 1.6.13.2 && < 1.7,
    snap-server >= 1.1.1.2 && < 1.2
  hs-source-dirs:      .
  default-language:    Haskell2010
  ghc-options:         -Wall -O2 -threaded