haskell-streaming-commons: fix build on older GHC versions by way of bytestring-builder

This commit is contained in:
Peter Simons 2015-01-20 23:23:59 +01:00
parent 0eb306c5f7
commit c64088f0ec
3 changed files with 15 additions and 0 deletions

View file

@ -57,4 +57,10 @@ self: super: {
# The test suite depends on time >=1.4.0.2.
cookie = dontCheck super.cookie ;
# bytestring >=0.10.2.0
streaming-commons = addBuildTool super.streaming-commons self.bytestring-builder;
# Choose appropriate flags for our version of 'bytestring'.
bytestring-builder = disableCabalFlag super.bytestring-builder "bytestring_has_builder";
}

View file

@ -57,4 +57,10 @@ self: super: {
# The test suite depends on time >=1.4.0.2.
cookie = dontCheck super.cookie ;
# bytestring >=0.10.2.0
streaming-commons = addBuildTool super.streaming-commons self.bytestring-builder;
# Choose appropriate flags for our version of 'bytestring'.
bytestring-builder = disableCabalFlag super.bytestring-builder "bytestring_has_builder";
}

View file

@ -52,6 +52,9 @@ self: super: {
# Depends on time == 0.1.5, which we don't have.
HStringTemplate_0_8 = dontDistribute super.HStringTemplate_0_8;
# This is part of bytestring in our compiler.
bytestring-builder = dontHaddock super.bytestring-builder;
}
// # packages relating to amazonka