name: rediscaching-haxl version: 0.1.0.0 synopsis: Combine redis caching and haxl. description: Combine redis caching and haxl. easy to use redis caching on haxl homepage: https://github.com/Lupino/yuntan-common/tree/master/rediscaching-haxl#readme license: BSD3 license-file: LICENSE author: Li Meng Jun maintainer: lmjubuntu@gmail.com copyright: MIT category: Database,Cache build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Haxl.RedisCache , Haxl.RedisConfig build-depends: base >= 4.7 && < 5 , haxl , hedis , bytestring , aeson , async , hashable , network , time default-language: Haskell2010 source-repository head type: git location: https://github.com/Lupino/yuntan-common