From 9c1bdb6d900d8c797c7af80d4342843a3c01f5e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Feb 2012 16:58:33 +0000 Subject: [PATCH] haskell-ghc-mod: updated to version 1.10.5 svn path=/nixpkgs/trunk/; revision=32279 --- pkgs/development/libraries/haskell/ghc-mod/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix index 2566e098656..d8d8fe5a02e 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/default.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "ghc-mod"; - version = "1.0.8"; - sha256 = "1c1236a8829418cae3039c3479875104664827c661b8c7567dd7bdbda12e8bcc"; + version = "1.10.5"; + sha256 = "0hbimrrlasa2rkmdz9d4fcyk70fynmwx0zqyl470hrwz8d8v73rc"; buildDepends = [ attoparsec attoparsecEnumerator ghcPaths hlint regexPosix ];