cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 3fc54c5635761c9454d4730b7ce9c2b5e4bcdc1e8e96c1ea77312c7c0e0c54ea name: ttl-hashtables version: 1.2.0.0 synopsis: Extends hashtables so that entries added can be expired after a TTL description: Please see the README on Gitlab at category: Data author: Erick Gonzalez maintainer: erick@codemonkeylabs.de copyright: 2019 Erick Gonzalez license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Data.TTLHashTable other-modules: Paths_ttl_hashtables hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , clock , containers , data-default , failable , hashable , hashtables , mtl , transformers default-language: Haskell2010 test-suite ttl-hashtables-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_ttl_hashtables hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , clock , containers , data-default , failable , hashable , hashtables , hspec , mtl , transformers , ttl-hashtables default-language: Haskell2010