haskell-lrucache: update to version 1.1.1.4

This commit is contained in:
Peter Simons 2014-02-13 10:57:56 +01:00
parent 7d25bc200f
commit 7ea11af348

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "lrucache";
version = "1.1.1.3";
sha256 = "1djjxlyfrk3wpgc4h6xljpray09v7lc956202k9bxra24vj5f1lm";
version = "1.1.1.4";
sha256 = "0w3b338wsf7c0acjxxfdjxsljfpsix67aihkl2jwnp5x71awf8qh";
meta = {
homepage = "http://github.com/chowells79/lrucache";
description = "a simple, pure LRU cache";