-
Notifications
You must be signed in to change notification settings - Fork 1
/
clckwrks-plugin-media.cabal
67 lines (63 loc) · 2.25 KB
/
clckwrks-plugin-media.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Name: clckwrks-plugin-media
Version: 0.6.17.2
Synopsis: media plugin for clckwrks
Description: support for images and image gallerys.
Homepage: http://clckwrks.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: Jeremy Shaw <[email protected]>
Copyright: 2012 Jeremy Shaw, SeeReason Partners LLC
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
extra-source-files: README.md
Data-Files:
data/style.css
source-repository head
type: darcs
subdir: clckwrks-plugin-media
location: http://hub.darcs.net/stepcut/clckwrks
Library
Default-language: Haskell2010
Exposed-modules:
Clckwrks.Media
Clckwrks.Media.Acid
Clckwrks.Media.Monad
Clckwrks.Media.Page.AllMedia
Clckwrks.Media.Page.GetMedium
Clckwrks.Media.Page.Preview
Clckwrks.Media.Page.Upload
Clckwrks.Media.Plugin
Clckwrks.Media.PreProcess
Clckwrks.Media.Preview
Clckwrks.Media.Route
Clckwrks.Media.Types
Clckwrks.Media.URL
Paths_clckwrks_plugin_media
Build-depends:
base < 5,
acid-state >= 0.12 && < 0.17,
attoparsec >= 0.10 && < 0.15,
blaze-html >= 0.5 && < 0.10,
cereal >= 0.4 && < 0.6,
clckwrks >= 0.21 && < 0.29,
containers >= 0.4 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5,
gd == 3000.*,
happstack-server >= 7.0 && < 7.8,
hsp >= 0.9 && < 0.11,
hsx2hs >= 0.13 && < 0.15,
ixset >= 1.0 && < 1.2,
magic >= 1.0 && < 1.2,
mtl >= 2.0 && < 2.4,
reform >= 0.2 && < 0.4,
reform-happstack == 0.2.*,
reform-hsp >= 0.2 && < 0.3,
safecopy >= 0.6,
text >= 0.11 && < 2.1,
web-plugins >= 0.4 && < 0.5,
web-routes == 0.27.*,
web-routes-th >= 0.21