pointfree, taffybar: jailbreak

wip/yesman
Michael Alan Dorman 7 years ago committed by Peter Simons
parent 211a1ee84b
commit 8e6d5639c3
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix

@ -971,6 +971,12 @@ self: super: {
nix-derivation = doJailbreak super.nix-derivation;
graphviz = doJailbreak super.graphviz;
# Needs QuickCheck <2.10, HUnit <1.6 and base <4.10
pointfree = doJailbreak super.pointfree;
# Needs time<1.7
taffybar = doJailbreak super.taffybar;
# Needs tasty-quickcheck ==0.8.*, which we don't have.
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
cryptohash-sha1 = doJailbreak super.cryptohash-sha1;

Loading…
Cancel
Save