filecache-0.2.0: filecache.cabal
-- Initial filecache.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: filecache
version: 0.2.0
synopsis: A Linux-only cache system associating values to files. The values are discarded when the files are modified.
-- description:
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
library
exposed-modules: Data.FileCache
ghc-options: -Wall
-- other-modules:
build-depends: base ==4.6.*, unordered-containers, hashable, hinotify, strict-base-types >= 0.2, mtl