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.
33 lines
1.1 KiB
33 lines
1.1 KiB
Name: riotblog
|
|
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 riotblog
|
|
hs-source-dirs: src
|
|
main-is: Main.hs
|
|
|
|
Build-depends:
|
|
base >= 4 && < 5,
|
|
bytestring >= 0.9.1 && < 0.11,
|
|
monad-control >= 1.0 && < 1.1,
|
|
mtl >= 2 && < 3,
|
|
snap-core >= 1.0 && < 1.1,
|
|
snap-server >= 1.0 && < 1.1,
|
|
text -any,
|
|
unordered-containers -any,
|
|
data-default -any,
|
|
shakespeare >=2.0.11.2
|
|
|
|
if impl(ghc >= 6.12.0)
|
|
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
|
|
-fno-warn-unused-do-bind
|
|
else
|
|
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
|
|
|