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

haskell-src-meta: init at matt/support-new-th

parent 81305d7f
Branches
Tags
No related merge requests found
......@@ -213,6 +213,23 @@
"type": "github"
}
},
"haskell-src-meta": {
"flake": false,
"locked": {
"lastModified": 1661274178,
"narHash": "sha256-6otO/j8wplg65J0ZOKZH/2VAGKsPhHZV94AJezuyI3w=",
"owner": "parsonsmatt",
"repo": "haskell-src-meta",
"rev": "ec8cc43b6084abe2d5d1b496dd1c0f42f5da0671",
"type": "github"
},
"original": {
"owner": "parsonsmatt",
"ref": "matt/support-new-th",
"repo": "haskell-src-meta",
"type": "github"
}
},
"hedgehog-golden": {
"flake": false,
"locked": {
......@@ -360,6 +377,7 @@
"ema": "ema",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"haskell-src-meta": "haskell-src-meta",
"hedgehog-golden": "hedgehog-golden",
"hlint": "hlint",
"lint-utils": "lint-utils",
......
......@@ -42,6 +42,10 @@
};
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs.follows = "nixpkgs";
haskell-src-meta = {
url = "github:parsonsmatt/haskell-src-meta?ref=matt/support-new-th";
flake = false;
};
hedgehog-golden = {
url = "github:maybe-hedgehog-later/hedgehog-golden";
flake = false;
......
......@@ -159,6 +159,8 @@ final: prev: with pkgs.haskell.lib; {
hashable = prev.callHackage "hashable" "1.4.1.0" { };
haskell-src-meta = prev.callCabal2nix "haskell-src-meta" (inputs.haskell-src-meta + /haskell-src-meta) { };
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