haskellPackages.dataenc: jailbreak

Relaxes overly strict bounds on base (3 > && < 4.8).  The dataenc
package is unmaintained so there is no corresponding upstream issue.
wip/yesman
Joachim Fasting 8 years ago
parent 1fa9d99776
commit 31f8367c67
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1041,4 +1041,8 @@ self: super: {
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…
Cancel
Save