3
0
Fork 0
forked from mirrors/nixpkgs

structured-haskell-mode supports recent versions of haskell-src-exts now.

This commit is contained in:
Peter Simons 2015-02-15 22:31:52 +01:00
parent cd27ebeb58
commit e46030f144

View file

@ -397,11 +397,6 @@ self: super: {
# https://github.com/chrisdone/hindent/issues/83
hindent = dontCheck super.hindent;
# Needs older versions of its dependencies.
structured-haskell-mode = (dontJailbreak super.structured-haskell-mode).override {
haskell-src-exts = self.haskell-src-exts_1_15_0_1; # https://github.com/chrisdone/structured-haskell-mode/issues/90
};
# Expect to find sendmail(1) in $PATH.
mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";