Skip to content
Snippets Groups Projects
Commit ca5aa4d9 authored by Daniel Firth's avatar Daniel Firth
Browse files

doJailbreak email-validate

parent fc426ece
No related merge requests found
......@@ -80,7 +80,7 @@ final: prev: with pkgs.haskell.lib; {
double-conversion = prev.callCabal2nix "double-conversion" inputs.double-conversion { };
email-validate = dontCheck (prev.callHackage "email-validate" "2.3.2.16" { });
email-validate = doJailbreak (dontCheck (prev.callHackage "email-validate" "2.3.2.16" { }));
effectful-core = prev.callHackage "effectful-core" "2.1.0.0" { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment