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

config-ini: init at 0.2.5.0

parent 82a8c30d
No related merge requests found
...@@ -89,6 +89,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -89,6 +89,8 @@ final: prev: with pkgs.haskell.lib; {
conduit-extra = dontCheck (prev.callHackage "conduit-extra" "1.3.6" { }); conduit-extra = dontCheck (prev.callHackage "conduit-extra" "1.3.6" { });
config-ini = prev.callHackage "config-ini" "0.2.5.0" { };
constraints = doJailbreak (prev.callHackage "constraints" "0.13.4" { }); constraints = doJailbreak (prev.callHackage "constraints" "0.13.4" { });
cryptohash-sha1 = prev.callCabal2nix "cryptohash-sha1" inputs.cryptohash-sha1 { }; cryptohash-sha1 = prev.callCabal2nix "cryptohash-sha1" inputs.cryptohash-sha1 { };
......
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