blob: 89328d29299c11fa5e0b063b0083048fb1a3a827 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = haskell-cache-git
pkgdesc = An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go.
pkgver = 0.1.3.0
pkgrel = 1
url = http://hackage.haskell.org/package/cache
arch = i686
arch = x86_64
license = BSD-3-Clause
makedepends = ghc
depends = ghc-libs
depends = haskell-base
depends = haskell-clock
depends = haskell-hashable
depends = haskell-stm
depends = haskell-transformers
depends = haskell-unordered-containers
provides = haskell-cache
source = haskell-cache-git::git+https://github.com/livmackintosh/haskell-cache
sha256sums = SKIP
pkgname = haskell-cache-git
|