Updating Hakyll and dependencies.

Patch supplied by Vladimír Čunát. Thanks.

svn path=/nixpkgs/trunk/; revision=26648
This commit is contained in:
Andres Löh
2011-03-31 23:21:36 +00:00
parent 7c1b06b3bd
commit e5da05349c
20 changed files with 225 additions and 39 deletions

View File

@@ -0,0 +1,12 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "PSQueue";
version = "1.1";
sha256 = "1k291bh8j5vpcrn6vycww2blwg7jxx9yrfmrqdanz48gs4d8gq58";
meta = {
description = "Priority Search Queue implementation for Haskell";
license = "BSD";
};
})