19 lines
555 B
Plaintext
19 lines
555 B
Plaintext
|
name: shortener
|
||
|
version: 0.0.1.0
|
||
|
author: Rnhmjoj
|
||
|
maintainer: micheleguerinirocco@me.com
|
||
|
category: Web
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.8
|
||
|
|
||
|
executable shortener
|
||
|
main-is: Main.hs
|
||
|
ghc-options: -threaded -O2
|
||
|
build-depends: base, simple >= 0.8.0,
|
||
|
wai, wai-extra,
|
||
|
warp, aeson,
|
||
|
transformers, mtl,
|
||
|
hashtables, cryptohash,
|
||
|
bytestring, binary, random,
|
||
|
|