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

12 lines
220 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "xml";
version = "1.3.5";
sha256 = "d61abd617e6e4d5b384e19403486ecc0e5dccf412a235acce2a7b7072e97c3ab";
meta = {
description = "A simple XML library";
};
})