summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-07-20 14:53:35 +0000
committerPeter Simons <simons@cryp.to>2010-07-20 14:53:35 +0000
commitcc6c486560b431107bc446073a4780768fc5b84d (patch)
tree4aaedd83777f5528e8e5a5d878c339cf2a6114b0 /pkgs/applications/editors/emacs-modes/haskell
parent1df1f9faac94998eff6dfd0d6acd8dda51d46a04 (diff)
downloadnixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar.gz
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar.bz2
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar.lz
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar.xz
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.tar.zst
nixlib-cc6c486560b431107bc446073a4780768fc5b84d.zip
pkgs/applications/editors/emacs-modes/haskell: updated to version 2.7.0
svn path=/nixpkgs/trunk/; revision=22679
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/haskell')
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-modes/haskell/default.nix b/pkgs/applications/editors/emacs-modes/haskell/default.nix
index 924234bb446b..9dcec717861f 100644
--- a/pkgs/applications/editors/emacs-modes/haskell/default.nix
+++ b/pkgs/applications/editors/emacs-modes/haskell/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, emacs}:
 
 stdenv.mkDerivation rec {
-  name = "haskell-mode-2.6.1";
+  name = "haskell-mode-2.7.0";
 
   src = fetchurl {
     url = "http://projects.haskell.org/haskellmode-emacs/${name}.tar.gz";
-    sha256 = "cc33fd0d4692667a6eb56fea3dc549de3897d8dbb7b71818489760f45d564a76";
+    sha256 = "8b45c55ed5f2b498529a6d7e01b77fea899c1de93e24653cab188cb3a4f495bc";
   };
 
   buildInputs = [emacs];