about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml/default.nix
blob: 055ead4838b598bda67d88afe36472761db0cb16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

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