-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcache-file.cabal
More file actions
34 lines (24 loc) · 813 Bytes
/
cache-file.cabal
File metadata and controls
34 lines (24 loc) · 813 Bytes
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
Name: cache-file
Version: 0.1
Synopsis: A simple library for caching the results of slow file reads
-- Description:
License: BSD3
License-file: LICENSE
Author: Alec Heller
Maintainer: alec@deviant-logic.net
Category: Data
Build-type: Simple
Cabal-version: >=1.2
Library
Exposed-modules: Data.CacheFile
Build-depends: base, binary, unix, directory, old-time, transformers
Other-modules: Data.CacheFile.Internal
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:
Executable cftest
Main-Is: cftest.hs
build-depends: base, HUnit, binary
-- Test-Suite cftest
-- type: exitcode-stdio-1.0
-- main-is: cftest.hs
-- build-depends: base, HUnit, binary