packages feed

filecache-0.2.1: filecache.cabal

-- Initial filecache.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                filecache
version:             0.2.1
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

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.*, unordered-containers, hashable, hinotify, strict-base-types >= 0.2, mtl, lens