Author: simons
Date: Sun Aug  7 21:59:55 2011
New Revision: 28302
URL: https://svn.nixos.org/websvn/nix/?rev=28302&sc=1

Log:
haskell-haxr-th: updated to version 3000.5

Unfortunately, even the latest version will not compile because it
expects an obsolete version of the base libraries.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/haxr-th/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/haxr-th/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/haxr-th/default.nix        
Sun Aug  7 21:59:50 2011        (r28301)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/haxr-th/default.nix        
Sun Aug  7 21:59:55 2011        (r28302)
@@ -1,11 +1,15 @@
-{cabal, haxr, HaXml, HTTP}:
+{cabal, haxr} :
 
 cabal.mkDerivation (self : {
   pname = "haxr-th";
-  version = "3000.0.0";
-  sha256 = "00wqhri2fljjds6rwws0hgk7z27ii1lgvxr8db2li0780q5fa6ic";
+  version = "3000.5";
+  sha256 = "1h1g4r7c5k3rja49ip4m21f2sscn06xjxharnlyazvvs6mzfysif";
+  propagatedBuildInputs = [ haxr ];
   meta = {
+    homepage = "http://www.haskell.org/haxr/";;
     description = "Automatic deriving of XML-RPC structs for Haskell records.";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
-  propagatedBuildInputs = [HaXml HTTP haxr];
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to