You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
439 B
16 lines
439 B
7 years ago
|
name: hit-counter
|
||
|
version: 0.0.0
|
||
|
cabal-version: >= 1.8
|
||
|
build-type: Simple
|
||
|
|
||
|
executable hit-counter
|
||
|
hs-source-dirs: .
|
||
|
main-is: Main.hs
|
||
|
ghc-options: -Wall -threaded -O2 -rtsopts -with-rtsopts=-N
|
||
|
extensions: OverloadedStrings
|
||
|
build-depends: base >= 4 && < 5
|
||
|
, scotty
|
||
|
, transformers
|
||
|
, containers
|
||
|
, text
|