forked from mirrors/nixpkgs
haskellPackages.dataenc: jailbreak
Relaxes overly strict bounds on base (3 > && < 4.8). The dataenc package is unmaintained so there is no corresponding upstream issue.
This commit is contained in:
parent
1fa9d99776
commit
31f8367c67
|
@ -1041,4 +1041,8 @@ self: super: {
|
||||||
http-conduit = self.http-conduit_2_2_3;
|
http-conduit = self.http-conduit_2_2_3;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# https://hydra.nixos.org/build/42769611/nixlog/1/raw
|
||||||
|
# note: the library is unmaintained, no upstream issue
|
||||||
|
dataenc = doJailbreak super.dataenc;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue