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

Pull integer-logarithms from hackage

parent 58617315
Branches
Tags
No related merge requests found
......@@ -131,22 +131,6 @@
"type": "github"
}
},
"integer-logarithms": {
"flake": false,
"locked": {
"lastModified": 1660123968,
"narHash": "sha256-2kekA7iAFDjgOV1ixhNBkuCUVEF3wZW5UGoQyb8jZUw=",
"owner": "haskellari",
"repo": "integer-logarithms",
"rev": "28a78aa2cafe12cf0b1f63c684be4fdf552afc61",
"type": "github"
},
"original": {
"owner": "haskellari",
"repo": "integer-logarithms",
"type": "github"
}
},
"lint-utils": {
"inputs": {
"flake-utils": "flake-utils_2",
......@@ -224,7 +208,6 @@
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"haskell-flake": "haskell-flake",
"integer-logarithms": "integer-logarithms",
"lint-utils": "lint-utils",
"memory": "memory",
"nixpkgs": "nixpkgs_2",
......
......@@ -20,10 +20,6 @@
flake-parts.inputs.nixpkgs.follows = "nixpkgs";
lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils";
haskell-flake.url = "github:srid/haskell-flake";
integer-logarithms = {
url = "github:haskellari/integer-logarithms";
flake = false;
};
memory = {
url = "github:parsonsmatt/hs-memory/0f760c8ba0b7d5aacf04a7294e87e5e4fff53f40";
flake = false;
......
......@@ -125,7 +125,7 @@ final: prev: with pkgs.haskell.lib; {
indexed-traversable-instances = doJailbreak (dontCheck prev.indexed-traversable-instances);
integer-logarithms = final.callCabal2nix "integer-logarithms" inputs.integer-logarithms { };
integer-logarithms = final.callHackage "integer-logarithms" "1.0.3.1" { };
invariant = doJailbreak prev.invariant;
......
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