-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimage-cache.cabal
151 lines (148 loc) · 3.47 KB
/
image-cache.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Name: image-cache
Version: 0.40
License: AllRightsReserved
Copyright: (c) 2014, SeeReason Partners LLC
Author: David Fox <[email protected]>
Maintainer: David Fox <[email protected]>
Homepage: http://src.seereason.com/image-cache
Synopsis: Support for image file processing and caching
Cabal-version: >= 1.10
build-type: Simple
description: Server and client side support for image handling.
source-repository head
type: git
location: https://github.com/seereason/image-cache
flag pretty-112
Description: The prettyclass package is included in pretty-1.1.2
Default: True
Library
Default-Language: Haskell2010
GHC-Options: -Wall -Wredundant-constraints -Werror=incomplete-patterns -fno-warn-name-shadowing -O
-- CPP-Options: -DLAZYIMAGES
Default-Extensions: ConstraintKinds, CPP, DataKinds, DeriveDataTypeable, DeriveFunctor, DeriveGeneric
Default-Extensions: FlexibleInstances, FlexibleContexts, MultiParamTypeClasses, RankNTypes
Default-Extensions: ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeFamilies
Exposed-Modules:
Data.FileCache
Data.FileCache.Internal
Exposed-Modules:
Data.FileCache.CacheMap
Data.FileCache.ImageRect
Data.FileCache.ImageKey
Other-Modules:
Data.FileCache.CommandError
Data.FileCache.File
Data.FileCache.FileError
Data.FileCache.Happstack
Data.FileCache.ImageCrop
Data.FileCache.ImageFile
Data.FileCache.ImageSize
Data.FileCache.Orphans
Data.FileCache.Rational
Build-Depends:
base >= 4,
binary,
bytestring,
cereal,
containers,
data-default,
directory,
exceptions,
filepath,
generic-data,
generic-lens,
hslogger,
HUnit,
lens,
lens-path >= 3.23,
ListLike,
mtl,
network-uri,
parsec,
pretty >= 1.1.2,
process,
pureMD5,
safecopy >= 0.9.4.4,
sr-errors >= 1.15,
sr-utils >= 1.104,
sr-log >= 1.16,
syb,
template-haskell,
text,
th-lift,
th-orphans >= 0.9,
threads,
transformers,
unix,
web-routes,
web-routes-th
if !impl(ghcjs)
Hs-Source-Dirs: src src-ghc
Exposed-Modules:
Data.FileCache.Acid
Data.FileCache.FileCache
Data.FileCache.FileInfo
Data.FileCache.Server
Data.FileCache.Test
Other-Modules:
Data.FileCache.Background
Data.FileCache.Derive
Data.FileCache.FileCacheTop
Data.FileCache.ImageIO
Data.FileCache.LogException
Data.FileCache.Pipify
Data.FileCache.Process
Data.FileCache.Upload
Build-Depends:
acid-state >= 0.16,
filemanip,
filemanip-extra,
happstack-server,
JuicyPixels,
ListLike,
process >= 1.4.3,
process-extras >= 0.7,
QuickCheck,
regex-tdfa,
regex-compat-tdfa,
temporary,
unix,
Unixutils,
utf8-string
build-tools:
fbida
else
Hs-Source-Dirs: src
Build-Depends: Cabal
test-suite image-cache-tests
Default-Language: Haskell2010
if impl(ghcjs)
Buildable: False
else
Buildable: True
type: exitcode-stdio-1.0
Hs-Source-Dirs: Tests
Main-Is: Main.hs
Other-Modules: LaTeX
Build-Depends:
acid-state,
base >= 4,
binary,
bytestring,
containers,
directory,
either,
exceptions,
filemanip,
filemanip-extra,
filepath,
HaTeX,
HUnit,
image-cache >= 0.19,
lens,
mtl,
sr-errors,
sr-utils,
text
build-tools:
fbida