about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-12 18:02:02 +0200
committerPeter Simons <simons@cryp.to>2014-10-13 09:12:22 +0200
commit5ad41ff67b7fcc3877615da69a26e0dc44114160 (patch)
tree78cddf6ee51b6b60a28cdc69a26627e2de7623ec
parent4d4ccf7096bc32cb03c0e2a0a39febbac0a0ce92 (diff)
downloadnixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar.gz
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar.bz2
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar.lz
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar.xz
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.tar.zst
nixlib-5ad41ff67b7fcc3877615da69a26e0dc44114160.zip
haskell-ghc-mod: update to version 5.1.1.0
-rw-r--r--pkgs/development/libraries/haskell/ghc-mod/default.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix
index af4b76f7b780..6235dc711506 100644
--- a/pkgs/development/libraries/haskell/ghc-mod/default.nix
+++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix
@@ -1,21 +1,21 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, async, Cabal, convertible, deepseq, djinnGhc, doctest
-, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts, hlint
-, hspec, ioChoice, makeWrapper, monadControl, monadJournal, mtl
-, split, syb, text, time, transformers, transformersBase
+{ cabal, async, Cabal, convertible, dataDefault, deepseq, djinnGhc
+, doctest, emacs, filepath, ghcPaths, ghcSybUtils, haskellSrcExts
+, hlint, hspec, ioChoice, makeWrapper, monadControl, monadJournal
+, mtl, split, syb, text, time, transformers, transformersBase
 }:
 
 cabal.mkDerivation (self: {
   pname = "ghc-mod";
-  version = "5.1.0.2";
-  sha256 = "0jdni0n5qzz0ncaa3ja4b6vcfykbl7swiafak4wyvm9izssjh8ra";
+  version = "5.1.1.0";
+  sha256 = "0msx2x976ap4jx506mzp48sdigc29vq4ypjbxiyn30mjw52rg53w";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    async Cabal convertible deepseq djinnGhc filepath ghcPaths
-    ghcSybUtils haskellSrcExts hlint ioChoice monadControl monadJournal
-    mtl split syb text time transformers transformersBase
+    async Cabal convertible dataDefault deepseq djinnGhc filepath
+    ghcPaths ghcSybUtils haskellSrcExts hlint ioChoice monadControl
+    monadJournal mtl split syb text time transformers transformersBase
   ];
   testDepends = [
     Cabal convertible deepseq djinnGhc doctest filepath ghcPaths