filecache-0.2.8: filecache.cabal
-- Initial filecache.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: filecache
version: 0.2.8
synopsis: A Linux-only cache system associating values to files.
description: A Linux-only cache system, that works by associating computation results with file names. When the files are modified, the cache entries are discarded.
homepage: http://lpuppet.banquise.net/
license: BSD3
license-file: LICENSE
author: Simon Marechal
maintainer: bartavelle@gmail.com
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.8
test-suite simpletest
hs-source-dirs: tests
type: exitcode-stdio-1.0
ghc-options: -Wall -rtsopts -threaded -with-rtsopts-N
build-depends: base, filecache, temporary, directory, unordered-containers
main-is: simpletest.hs
library
exposed-modules: Data.FileCache
ghc-options: -Wall
-- other-modules:
build-depends: base >= 4.6 && < 5
, unordered-containers == 0.2.*
, hashable >= 1.2 && < 1.3
, hinotify >= 0.3.6 && < 0.4
, strict-base-types >= 0.2.2
, mtl >= 2.1 && < 2.3
, lens >= 3.9 && < 5
, exceptions == 0.8.*
, stm