breve/shortener.cabal

19 lines
555 B
Plaintext
Raw Normal View History

2015-04-08 12:47:56 +02:00
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,