nixpkgs/pkgs/applications/editors/emacs-22-aa/modes/haskell/default.nix
Eelco Dolstra 4d905aa2ed * Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
* Added an option to Adobe Reader to make it start faster (by deleting
  all the plugins).

svn path=/nixpkgs/trunk/; revision=4406
2005-12-22 10:49:43 +00:00

9 lines
240 B
Nix

{stdenv, fetchurl}: stdenv.mkDerivation {
name = "haskell-mode-1.45";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/haskell-mode-1.45.tar.gz;
md5 = "c609998580cdb9ca8888c7d47d22ca3b";
};
}