mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
11 lines
228 B
Nix
11 lines
228 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "uulib";
|
|
version = "0.9.10";
|
|
sha256 = "1df7336ed76c278323c2e25ab53ec1afc9eba6a7c918c826e9f783e84479e08f";
|
|
meta = {
|
|
description = "Haskell Utecht Tools Library";
|
|
};
|
|
})
|