haskell-ghc-mod: update to version 5.0.1.2

This commit is contained in:
Peter Simons 2014-09-03 08:35:41 +02:00
parent a6bb945730
commit 064c3d3e54
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
cabal.mkDerivation (self: {
pname = "ghc-mod";
version = "5.0.1.1";
sha256 = "0qyl1653dj14ap3035kjj7xl8rsmgpwh32bj2lnwrmdm2223m8a3";
version = "5.0.1.2";
sha256 = "0hs2d6h3g077prm2mdr40k7m1cdc0h01agbcvs4h6y27nls3kyjx";
isLibrary = true;
isExecutable = true;
buildDepends = [

View file

@ -906,7 +906,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
ghcjsCodemirror = callPackage ../development/libraries/haskell/ghcjs-codemirror {};
ghcMod_4_1_6 = callPackage ../development/libraries/haskell/ghc-mod/4.1.6.nix { inherit (pkgs) emacs; };
ghcMod_5_0_1_1 = callPackage ../development/libraries/haskell/ghc-mod/5.0.1.1.nix { inherit (pkgs) emacs; };
ghcMod_5_0_1_2 = callPackage ../development/libraries/haskell/ghc-mod/5.0.1.2.nix { inherit (pkgs) emacs; };
ghcMod = self.ghcMod_4_1_6;
ghcMtl = callPackage ../development/libraries/haskell/ghc-mtl {};