structured-haskell-mode supports recent versions of haskell-src-exts now.
This commit is contained in:
parent
cd27ebeb58
commit
e46030f144
@ -397,11 +397,6 @@ self: super: {
|
|||||||
# https://github.com/chrisdone/hindent/issues/83
|
# https://github.com/chrisdone/hindent/issues/83
|
||||||
hindent = dontCheck super.hindent;
|
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.
|
# Expect to find sendmail(1) in $PATH.
|
||||||
mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";
|
mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user