From 7d8de45636120b9f938b6e212d1c510b9b339896 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Dec 2012 16:11:04 +0100 Subject: [PATCH] haskell-ghc-paths: update to version 0.1.0.9 --- pkgs/development/libraries/haskell/ghc-paths/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-paths/default.nix b/pkgs/development/libraries/haskell/ghc-paths/default.nix index 8f01db02f99..9d63c04514b 100644 --- a/pkgs/development/libraries/haskell/ghc-paths/default.nix +++ b/pkgs/development/libraries/haskell/ghc-paths/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "ghc-paths"; - version = "0.1.0.8"; - sha256 = "0mhc5zhbybp1vmkjsqbca51993vkpx5g8hql160m8m95apkc2wl6"; + version = "0.1.0.9"; + sha256 = "0ibrr1dxa35xx20cpp8jzgfak1rdmy344dfwq4vlq013c6w8z9mg"; meta = { description = "Knowledge of GHC's installation directories"; license = self.stdenv.lib.licenses.bsd3;