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

hie-compat: init at 0.3.0.0

parent 9f086ea5
No related merge requests found
...@@ -163,6 +163,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -163,6 +163,8 @@ final: prev: with pkgs.haskell.lib; {
hedgehog-quickcheck = doJailbreak (prev.callHackage "hedgehog-quickcheck" "0.1.1" { }); hedgehog-quickcheck = doJailbreak (prev.callHackage "hedgehog-quickcheck" "0.1.1" { });
hie-compat = prev.callHackage "hie-compat" "0.3.0.0" { };
hlint = prev.callCabal2nix "hlint" inputs.hlint { }; hlint = prev.callCabal2nix "hlint" inputs.hlint { };
hourglass = dontCheck (prev.callHackage "hourglass" "0.2.12" { }); hourglass = dontCheck (prev.callHackage "hourglass" "0.2.12" { });
......
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