haskell-ng: jailbreak AbortT-transformers to fix the build

wip/yesman
Peter Simons 10 years ago
parent cfc2aeaa91
commit 4cd9c8c3ae
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -100,6 +100,10 @@ self: super: {
# https://github.com/techtangents/ablist/issues/1
ABList = dontCheck super.ABList;
# https://github.com/gcross/AbortT-transformers/issues/1
AbortT-transformers = doJailbreak super.AbortT-transformers;
}
// {
# Not on Hackage yet.

Loading…
Cancel
Save