mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
12 lines
247 B
Nix
12 lines
247 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "emgm";
|
||
|
version = "0.3.1";
|
||
|
sha256 = "956923ec4d51f111ca6091ebccf75a1f6b99d7a173ea673cbb4787bf08f497a8";
|
||
|
meta = {
|
||
|
description = "Extensible and Modular Generics for the Masses";
|
||
|
};
|
||
|
})
|
||
|
|