haskell-conduit: use latest version when compiling with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-03-17 11:50:59 +01:00
parent e772848b44
commit b59905bfe4

View File

@ -721,4 +721,7 @@ self: super: {
# https://github.com/jgm/pandoc-types/issues/37
pandoc-types = self.pandoc-types_1_17_4_1;
# 1.3.0.0 does not compile.
conduit = self.conduit_1_3_0_1;
}