Import cross-compilation patch for clock

taken form https://github.com/input-output-hk/iohk-nix/blob/master/patches/clock-0.7.2.patch
This commit is contained in:
Joachim Breitner
2019-03-16 11:32:39 +01:00
parent 3aecf21239
commit c1eeb8f3ab
2 changed files with 61 additions and 1 deletions
@@ -48,7 +48,6 @@ self: super: {
# Break infinite recursions.
attoparsec-varword = super.attoparsec-varword.override { bytestring-builder-varword = dontCheck self.bytestring-builder-varword; };
clock = dontCheck super.clock;
Dust-crypto = dontCheck super.Dust-crypto;
hasql-postgres = dontCheck super.hasql-postgres;
hspec-core = super.hspec-core.override { silently = dontCheck self.silently; temporary = dontCheck self.temporary; };
@@ -1037,6 +1036,8 @@ self: super: {
# https://github.com/dmwit/encoding/pull/3
encoding = appendPatch super.encoding ./patches/encoding-Cabal-2.0.patch;
clock = dontCheck (appendPatch super.clock ./patches/clock-0.7.2.patch);
# Work around overspecified constraint on github ==0.18.
github-backup = doJailbreak super.github-backup;