Updating Hakyll and dependencies.
Patch supplied by Vladimír Čunát. Thanks. svn path=/nixpkgs/trunk/; revision=26648
This commit is contained in:
12
pkgs/development/libraries/haskell/PSQueue/default.nix
Normal file
12
pkgs/development/libraries/haskell/PSQueue/default.nix
Normal 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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user