name: snap-loader-static
version: 1.0.0.0
synopsis: Snap 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
Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.1
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.12
if impl(ghc >= 6.12.0)
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans -fno-warn-unused-do-bind
else
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans
source-repository head
type: git
location: git://github.com/snapframework/snap-loader-static.git