-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsnap-loader-static.cabal
More file actions
43 lines (36 loc) · 1.14 KB
/
snap-loader-static.cabal
File metadata and controls
43 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: snap-loader-static
version: 1.0.0.1
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.10
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, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2
extra-source-files:
CONTRIBUTORS,
LICENSE,
README.md,
README.SNAP.md
Library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules:
Snap.Loader.Static
build-depends:
base >= 4 && < 5,
template-haskell >= 2.2 && < 3
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