-- Initial Concurrent-Cache.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Concurrent-Cache version: 0.1.0.0 synopsis: A Cached variable for IO functions. description: This package allows for caching IO functions, either on a timeout or designed to only fetch once. license: BSD3 license-file: LICENSE author: Marcus Ofenhed maintainer: marcus@conditionraise.se -- copyright: category: Concurrency build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Control.Concurrent.Cache -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 -- hs-source-dirs: default-language: Haskell2010 Source-Repository head Type: git Location: git://github.com/Ofenhed/Concurrent-Cache.git