summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell
diff options
context:
space:
mode:
authorShaun Sharples <shaun.sharples@gmail.com>2014-11-02 21:25:50 +0000
committerShaun Sharples <shaun.sharples@gmail.com>2014-11-02 21:25:50 +0000
commitc6509e975e29e53533e8c6b6103457fa7131bc25 (patch)
tree824f77e2db5fafad428f0514bcbb963f499859e0 /pkgs/development/libraries/haskell
parent9d5c8a78a2a356b74c32e7b130a2a798a70aaec2 (diff)
ghc-mod 5.2.1.0 - Fix #387, Pattern match failure in GhcPkg
Diffstat (limited to 'pkgs/development/libraries/haskell')
-rw-r--r--pkgs/development/libraries/haskell/ghc-mod/default.nix4
1 files 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 24f3e45b488fd..e90bfdf035de6 100644
--- a/pkgs/development/libraries/haskell/ghc-mod/default.nix
+++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix
@@ -9,8 +9,8 @@
 
 cabal.mkDerivation (self: {
   pname = "ghc-mod";
-  version = "5.2.0.0";
-  sha256 = "1zwdr3zlnc8d49d6jrvj2yrfnamp1120gffzd6vfxqgvapk71vfk";
+  version = "5.2.1.0";
+  sha256 = "09858zn4xxgppaqb9ykxisnsd6crrv0671ms7l0hqi37scbf95bj";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [