We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82e847 commit abf025cCopy full SHA for abf025c
overlay.nix
@@ -15,12 +15,11 @@ let
15
} // (lib.filterAttrs (n: v: n != "url") x));
16
in
17
{
18
- # srk 2023-12-06: until in unstable
19
- dependent-sum-template = hself.callHackageDirect
20
- { pkg = "dependent-sum-template";
21
- ver = "0.2.0.1";
22
- sha256 = "sha256-quwgFuEBrK96JZenJZcyfk/O0Gp+ukwKEpe1hMqDbIg=";
23
- } {};
+ # srk 2024-07-28: allow template-haskell 2.22 (GHC 9.8)
+ # https://github.com/obsidiansystems/dependent-sum-template/pull/13
+ dependent-sum-template =
+ haskellLib.doJailbreak
+ hsuper.dependent-sum-template_0_2_0_1;
24
25
hnix-store-core =
26
lib.pipe
0 commit comments