3
0
Fork 0
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.

(cherry picked from commit 31f8367c67)
This commit is contained in:
Joachim Fasting 2016-10-29 16:58:35 +02:00 committed by Robert Helgesson
parent c859ea0821
commit 300c3502c7
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -1024,4 +1024,8 @@ self: super: {
# https://github.com/vshabanov/HsOpenSSL/issues/11
HsOpenSSL = doJailbreak super.HsOpenSSL;
# https://hydra.nixos.org/build/42769611/nixlog/1/raw
# note: the library is unmaintained, no upstream issue
dataenc = doJailbreak super.dataenc;
}