summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-06 11:06:00 +0100
committerPeter Simons <simons@cryp.to>2013-03-06 11:06:00 +0100
commit53ecc95c722c95ef844ac0848bbe7b2c01012a34 (patch)
treea86af5be82fbe9554055af4b274655b4de02f438 /pkgs/development
parent0395e7517597c6fd8d413162c76d2c0bd957ba84 (diff)
downloadnixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar.gz
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar.bz2
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar.lz
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar.xz
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.tar.zst
nixlib-53ecc95c722c95ef844ac0848bbe7b2c01012a34.zip
haskell-ghc-mod: update to version 1.12.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/ghc-mod/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix
index 3481d37356dc..7bcb94ab40c6 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, emacs, filepath, ghcPaths, ghcSybUtils
-, hlint, hspec, ioChoice, regexPosix, syb, time, transformers
+, hlint, hspec, ioChoice, syb, time, transformers
 }:
 
 cabal.mkDerivation (self: {
   pname = "ghc-mod";
-  version = "1.11.5";
-  sha256 = "0lcq4ffmv017pdy58p91qn5d4hmcxcqzk8dvnmh7m4m7saslqivp";
+  version = "1.12.0";
+  sha256 = "01jq6hk8vcy47nc6gd4379k6kgjiyxy99j4pnc7nsdm63gnmr5l1";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
-    Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice
-    regexPosix syb time transformers
+    Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
+    time transformers
   ];
   testDepends = [
     Cabal convertible filepath ghcPaths ghcSybUtils hlint hspec
-    ioChoice regexPosix syb time transformers
+    ioChoice syb time transformers
   ];
   buildTools = [ emacs ];
   postInstall = ''