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

12 lines
245 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "emgm";
version = "0.3.1";
sha256 = "956923ec4d51f111ca6091ebccf75a1f6b99d7a173ea673cbb4787bf08f497a8";
meta = {
description = "Extensible and Modular Generics for the Masses";
};
})