-
Notifications
You must be signed in to change notification settings - Fork 0
/
sr-cache.cabal
44 lines (42 loc) · 1.02 KB
/
sr-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
Name: sr-cache
Version: 1.25
Synopsis: Safe dynamic caching
License: BSD3
License-file: LICENSE
Copyright: Copyright (c) 2022 David Fox
Author: David Fox
Maintainer: [email protected]
Stability: experimental
Homepage: http://github.com/seereason/sr-cache
Tested-With: GHC ==8.6.5
Build-Type: Simple
Cabal-Version: >= 1.10
Library
Build-Depends:
base,
bytestring,
cereal,
containers,
data-default,
exceptions,
generic-lens,
HUnit,
lens,
lens-path >= 3.31,
mtl,
safecopy,
sr-errors >= 1.13,
sr-utils
Exposed-Modules:
Data.Cache.Common
Data.Cache.Dynamic
Data.Cache.Encoded
Data.Cache.Tests
Hs-Source-Dirs: src
Test-Suite cache-tests
default-language: Haskell2010
type: exitcode-stdio-1.0
ghc-options: -Wall -O
hs-source-dirs: tests
main-is: Main.hs
build-depends: base, containers, extra, HUnit, QuickCheck, sr-cache >= 1.1