haskell-ghc-mod: update to version 2.0.1

This commit is contained in:
Peter Simons 2013-05-21 10:58:34 +02:00
parent 6899c57dbe
commit 9a422f4ee1

View File

@ -4,9 +4,9 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ghc-mod"; pname = "ghc-mod";
version = "1.12.5"; version = "2.0.1";
sha256 = "1pl4ivbfp0mzglkpspvs6gnbqsqwdwjzmdx8vfijrv8n9jkw7xyj"; sha256 = "0a179ajk99nknlcnb7sbv3gqwl6mkwzypyzcmrq2smj7v7pfc9md";
isLibrary = false; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb Cabal convertible filepath ghcPaths ghcSybUtils hlint ioChoice syb
@ -28,7 +28,7 @@ cabal.mkDerivation (self: {
''; '';
meta = { meta = {
homepage = "http://www.mew.org/~kazu/proj/ghc-mod/"; homepage = "http://www.mew.org/~kazu/proj/ghc-mod/";
description = "Happy Haskell programming on Emacs/Vim"; description = "Happy Haskell Programming";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ maintainers = [