-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclckwrks-theme-bootstrap.cabal
50 lines (47 loc) · 1.93 KB
/
clckwrks-theme-bootstrap.cabal
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
43
44
45
46
47
48
49
50
name: clckwrks-theme-bootstrap
version: 0.4.3.5
synopsis: simple bootstrap based template for clckwrks
description: A simple bootstrap based theme for use with clckwrks.
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: [email protected]
category: Clckwrks
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
data-files:
data/js/npm.js
data/js/bootstrap.min.js
data/js/bootstrap.js
data/css/bootstrap.css.map
data/css/bootstrap.css
data/css/hscolour.css
data/css/bootstrap-theme.min.css
data/css/bootstrap-theme.css.map
data/css/bootstrap-theme.css
data/css/bootstrap.min.css
data/fonts/glyphicons-halflings-regular.eot
data/fonts/glyphicons-halflings-regular.svg
data/fonts/glyphicons-halflings-regular.woff
data/fonts/glyphicons-halflings-regular.ttf
data/fonts/glyphicons-halflings-regular.woff2
source-repository head
type: git
location: https://github.com/clckwrks/clckwrks-theme-bootstrap.git
library
default-language: Haskell2010
exposed-modules: Theme
Paths_clckwrks_theme_bootstrap
build-depends: base > 4 && <5,
clckwrks >= 0.23 && < 0.29,
jmacro,
happstack-authenticate >= 2.0 && < 2.8,
hsp >= 0.9 && < 0.11,
hsx-jmacro,
hsx2hs,
mtl >= 2.1 && < 2.3,
text >= 0.11 && < 2.1,
web-plugins >= 0.2 && < 0.5