From 47a7805337751d0ec25214c467a18574cc0ac150 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Apr 2014 12:56:33 +0200 Subject: [PATCH] haskell-hxt-xpath: update to version 9.1.2.1 --- pkgs/development/libraries/haskell/hxt-xpath/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/hxt-xpath/default.nix b/pkgs/development/libraries/haskell/hxt-xpath/default.nix index 91524320ece..73e350bd77b 100644 --- a/pkgs/development/libraries/haskell/hxt-xpath/default.nix +++ b/pkgs/development/libraries/haskell/hxt-xpath/default.nix @@ -8,7 +8,7 @@ cabal.mkDerivation (self: { meta = { homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "The XPath modules for HXT"; - license = self.stdenv.lib.licenses.mit; + license = "unknown"; platforms = self.ghc.meta.platforms; }; })