2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, haxr }:
|
2008-08-26 05:50:03 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2008-08-26 05:50:03 -07:00
|
|
|
pname = "haxr-th";
|
2011-08-07 14:59:55 -07:00
|
|
|
version = "3000.5";
|
|
|
|
sha256 = "1h1g4r7c5k3rja49ip4m21f2sscn06xjxharnlyazvvs6mzfysif";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ haxr ];
|
2008-08-26 05:50:03 -07:00
|
|
|
meta = {
|
2011-08-07 14:59:55 -07:00
|
|
|
homepage = "http://www.haskell.org/haxr/";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Automatic deriving of XML-RPC structs for Haskell records";
|
2011-08-07 14:59:55 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 10:34:45 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2008-08-26 05:50:03 -07:00
|
|
|
};
|
|
|
|
})
|