haskell-zip-archive: fix build of older versions

This commit is contained in:
Peter Simons 2015-09-17 10:05:51 +02:00
parent 1ae377e10f
commit cfa737886b
1 changed files with 3 additions and 0 deletions

View File

@ -892,4 +892,7 @@ self: super: {
# Test suite won't compile.
semigroupoids_5_0_0_3 = dontCheck super.semigroupoids_5_0_0_3;
# This is fixed in newer versions.
zip-archive_0_2_3_5 = addBuildTool super.zip-archive_0_2_3_5 pkgs.zip;
}