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

17 lines
500 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, deepseq, text }:
cabal.mkDerivation (self: {
pname = "xml-types";
version = "0.3.4";
sha256 = "1689ijr4xxh4shxxvd51wdkpc535kzv6liqg4m1prag96aq05r8y";
buildDepends = [ deepseq text ];
meta = {
homepage = "https://john-millikin.com/software/haskell-xml/";
description = "Basic types for representing XML";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})