-- Initial filecache.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: filecache version: 0.2.2 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 == 0.2.* , hashable >= 1.2 && < 1.3 , hinotify >= 0.3.6 && < 0.4 , strict-base-types >= 0.2 , mtl == 2.1.* , lens >= 3.9 && < 4