Skip to content

Commit 5c9fd4d

Browse files
committed
Fix test
1 parent d742669 commit 5c9fd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/call-cabal-project-to-nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ with stdenv.lib;
55
let
66
pkgSet = mkCabalProjectPkgSet {
77
plan-pkgs = import (callCabalProjectToNix {
8-
hackageIndexState = "2019-04-24T21:34:04Z";
8+
index-state = "2019-04-30T00:00:00Z";
99
# reuse the cabal-simple test project
1010
src = ../cabal-simple;
1111
});

0 commit comments

Comments
 (0)