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

doJailbreak hashtables

parent 33a8b126
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ final: prev: with pkgs.haskell.lib; {
hashable = prev.callHackage "hashable" "1.4.1.0" { };
hashtables = prev.callHackage "hashtables" "1.3" { };
hashtables = doJailbreak (prev.callHackage "hashtables" "1.3" { });
hedgehog = dontHaddock (prev.callHackage "hedgehog" "1.2" { });
......
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