nixpkgs/pkgs/development/libraries/haskell/PSQueue/default.nix

13 lines
257 B
Nix
Raw Normal View History

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