about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-01 00:26:01 +0200
committerPeter Simons <simons@cryp.to>2014-04-02 18:17:02 +0200
commit9415c34e3d128e13a30c20f0ea5596a8969e8220 (patch)
treeb96863571a2b5a5755a4fcb09810fc374945d4be /pkgs
parentaac6abb8db845d0f953e280ea9c2fdf87194fe32 (diff)
downloadnixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar.gz
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar.bz2
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar.lz
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar.xz
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.tar.zst
nixlib-9415c34e3d128e13a30c20f0ea5596a8969e8220.zip
haskell-ghc-mod: update to version 4.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/ghc-mod/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix
index 260fff8ae827..fca6ea9cd557 100644
--- a/pkgs/development/libraries/haskell/ghc-mod/default.nix
+++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix
@@ -1,20 +1,20 @@
-{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcPaths
-, ghcSybUtils, hlint, hspec, ioChoice, syb, time, transformers
+{ cabal, Cabal, convertible, doctest, emacs, filepath, ghcSybUtils
+, hlint, hspec, ioChoice, syb, time, transformers
 }:
 
 cabal.mkDerivation (self: {
   pname = "ghc-mod";
-  version = "3.1.7";
-  sha256 = "1mv6m1fcqkm4i27jw1aniwfq2dhpn4m7kicyq4l70zmkfr7y7c5s";
+  version = "4.0.0";
+  sha256 = "11l0wycx0l0wqq8a3wsiw88fr8pahjzh65yxqw6r1rgj10cszai8";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
-    time transformers
+    Cabal convertible filepath ghcSybUtils hlint ioChoice syb time
+    transformers
   ];
   testDepends = [
-    Cabal convertible doctest filepath ghcPaths ghcSybUtils hlint hspec
-    ioChoice syb time transformers
+    Cabal convertible doctest filepath ghcSybUtils hlint hspec ioChoice
+    syb time transformers
   ];
   buildTools = [ emacs ];
   postInstall = ''