haskell-mtl-compat: broken with ghc-7.8.x
This commit is contained in:
parent
26faa326cd
commit
4e82b03f29
@ -37,6 +37,9 @@ self: super: {
|
|||||||
# mtl 2.2.x needs the latest transformers.
|
# mtl 2.2.x needs the latest transformers.
|
||||||
mtl_2_2_1 = super.mtl_2_2_1.override { transformers = self.transformers_0_4_2_0; };
|
mtl_2_2_1 = super.mtl_2_2_1.override { transformers = self.transformers_0_4_2_0; };
|
||||||
|
|
||||||
|
# https://github.com/RyanGlScott/mtl-compat/issues/1
|
||||||
|
mtl-compat = markBrokenVersion "0.1.1" super.mtl-compat;
|
||||||
|
|
||||||
# Idris requires mtl 2.2.x.
|
# Idris requires mtl 2.2.x.
|
||||||
idris = overrideCabal (super.idris.overrideScope (self: super: {
|
idris = overrideCabal (super.idris.overrideScope (self: super: {
|
||||||
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user