haskell-conduit: use latest version when compiling with ghc-8.4.x
This commit is contained in:
parent
e772848b44
commit
b59905bfe4
@ -721,4 +721,7 @@ self: super: {
|
|||||||
# https://github.com/jgm/pandoc-types/issues/37
|
# https://github.com/jgm/pandoc-types/issues/37
|
||||||
pandoc-types = self.pandoc-types_1_17_4_1;
|
pandoc-types = self.pandoc-types_1_17_4_1;
|
||||||
|
|
||||||
|
# 1.3.0.0 does not compile.
|
||||||
|
conduit = self.conduit_1_3_0_1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user