We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f7775 commit dd704bdCopy full SHA for dd704bd
test/index-state/default.nix
@@ -10,6 +10,10 @@ let
10
inherit compiler-nix-name;
11
version = "3.2.0.0";
12
inherit index-state;
13
+ cabalProject = ''
14
+ packages: .
15
+ allow-newer: cabal-install:base, hackage-security:*
16
+ '';
17
}).project.hsPkgs.hackage-security.components.library.version;
18
version-before = version-used-at "2020-04-06T20:54:34Z";
19
version-after = version-used-at "2020-04-06T20:54:35Z";
0 commit comments