2012-08-10 10:47:48 +01:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "lrucache";
|
2012-11-08 13:57:37 +00:00
|
|
|
version = "1.1.1.3";
|
|
|
|
sha256 = "1djjxlyfrk3wpgc4h6xljpray09v7lc956202k9bxra24vj5f1lm";
|
2012-08-10 10:47:48 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/chowells79/lrucache";
|
|
|
|
description = "a simple, pure LRU cache";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|