name: snap-loader-static
version: 0.9.0.1
synopsis: Snap: A Haskell Web Framework: static loader
description: Snap Framework static loader
license: BSD3
license-file: LICENSE
author: Carl Howells
maintainer: snap@snapframework.com
build-type: Simple
cabal-version: >= 1.8
homepage: http://snapframework.com/
category: Web, Snap
extra-source-files:
CONTRIBUTORS,
LICENSE,
README.md,
README.SNAP.md
Library
hs-source-dirs: src
exposed-modules:
Snap.Loader.Static
build-depends:
base >= 4 && < 5,
template-haskell >= 2.2 && < 2.9
if impl(ghc >= 6.12.0)
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans -fno-warn-unused-do-bind
else
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans
source-repository head
type: git
location: git://github.com/snapframework/snap-loader-static.git