summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml-types/default.nix
blob: a673fa2eddd836de454346e49764b19842011812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})