mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
b18dd91057
svn path=/nixpkgs/trunk/; revision=26570
12 lines
263 B
Nix
12 lines
263 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "bktrees";
|
|
version = "0.3";
|
|
sha256 = "ddef9fbf5114175cefe2908cd4360a4b94cbc91daac6d5194a8911bacaa1a5da";
|
|
meta = {
|
|
description = "Burkhard-Keller trees sets implementation";
|
|
license = "BSD3";
|
|
};
|
|
})
|
|
|