haskell-ng: update bytestring to latest version

This commit is contained in:
Peter Simons 2015-03-24 15:13:29 +01:00
parent 0533fdb09d
commit c8c355941c

View File

@ -181,7 +181,7 @@ self: super: {
lushtags = markBrokenVersion "0.0.1" super.lushtags;
# https://github.com/haskell/bytestring/issues/41
bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1;
bytestring_0_10_6_0 = dontCheck super.bytestring_0_10_6_0;
# https://github.com/zmthy/http-media/issues/6
http-media = dontCheck super.http-media;