lazy-hash-cache-0.1.0.0: lazy-hash-cache.cabal
-- Initial lazy-hash-cache.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: lazy-hash-cache
version: 0.1.0.0
synopsis: Storing computed values for re-use when the same program runs again.
-- description:
license: GPL-3
license-file: LICENSE
author: Justus Sagemüller
maintainer: (@) jsagemue $ uni-koeln.de
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.LazyHash.Cache
, Data.LazyHash.Cache.Int
-- other-modules:
other-extensions: MultiParamTypeClasses, CPP, UndecidableInstances, ConstraintKinds, FlexibleInstances, FlexibleContexts
build-depends: base >=4.8 && <4.11
, lazy-hash >=0.1 && <0.2, hashable >=1.2 && <1.3
, binary >=0.7 && <0.10, bytestring >= 0.8 && < 0.14
, base16-bytestring >= 0.1 && < 0.7
, filepath >=1.2 && <1.5, directory >= 1.1 && <1.4
, temporary >= 1.2 && <1.3
, data-default-class
, microlens >= 0.3 && < 0.5, microlens-th
-- hs-source-dirs:
default-language: Haskell2010