packages feed

snowflake-server-0.1.0.0: snowflake-server.cabal

Name:                snowflake-server
Version:             0.1.0.0
Synopsis:            snowflake http server
Description:         Please see README.md
License:             BSD3
license-file:        LICENSE
Author:              KaiJia
Maintainer:          jiakai0419@gmail.com
Category:            commercial
Build-type:          Simple
Cabal-version:       >=1.2

Executable snowflake-server
  hs-source-dirs: src
  main-is: Main.hs

  Build-depends:
    base                      >= 4     && < 5,
    bytestring                >= 0.9.1 && < 0.11,
    --MonadCatchIO-transformers >= 0.2.1 && < 0.4,
    mtl                       >= 2     && < 3,
    snap-core                 >= 1.0.0,
    snap-server               >= 1.0.0,
    snowflake-core            >= 0.1.0,
    containers,
    random

  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