-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclckwrks-theme-clckwrks.cabal
49 lines (46 loc) · 1.91 KB
/
clckwrks-theme-clckwrks.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
name: clckwrks-theme-clckwrks
version: 0.5.2.7
synopsis: template for clckwrks.com
description: simple bootstrap based template for clckwrks.com
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: Jeremy Shaw <[email protected]>
category: Clckwrks
build-type: Simple
cabal-version: 1.18
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/css/bootstrap-theme.css
data/css/bootstrap-theme.css.map
data/css/bootstrap-theme.min.css
data/css/clckwrks-theme.css
data/css/clckwrks-theme.min.css
data/css/bootstrap.css
data/css/bootstrap.css.map
data/css/bootstrap.min.css
data/fonts/glyphicons-halflings-regular.eot
data/fonts/glyphicons-halflings-regular.svg
data/fonts/glyphicons-halflings-regular.ttf
data/fonts/glyphicons-halflings-regular.woff
data/fonts/glyphicons-halflings-regular.woff2
data/js/bootstrap.js
data/js/bootstrap.min.js
data/js/npm.js
source-repository head
type: git
location: https://github.com/clckwrks/clckwrks-theme-clckwrks
library
default-language: Haskell2010
exposed-modules: Theme
Paths_clckwrks_theme_clckwrks
build-depends: base >= 4.5 && < 5,
clckwrks >= 0.23 && < 0.29,
containers >= 0.4 && < 0.7,
happstack-authenticate >= 2.3 && < 2.7,
hsp >= 0.9 && < 0.11,
hsx2hs >= 0.13 && < 0.15,
mtl >= 2.1 && < 2.4,
text >= 0.11 && < 2.1,
web-plugins >= 0.2 && < 0.5