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 d742669 commit 5c9fd4dCopy full SHA for 5c9fd4d
test/call-cabal-project-to-nix/default.nix
@@ -5,7 +5,7 @@ with stdenv.lib;
5
let
6
pkgSet = mkCabalProjectPkgSet {
7
plan-pkgs = import (callCabalProjectToNix {
8
- hackageIndexState = "2019-04-24T21:34:04Z";
+ index-state = "2019-04-30T00:00:00Z";
9
# reuse the cabal-simple test project
10
src = ../cabal-simple;
11
});
0 commit comments