Skip to content

Commit 2399605

Browse files
authored
Merge pull request #119 from adetokunbo/update-the-hackage-dot-nix-pin
Update the hackage.nix pin and cabal project
2 parents 7e8a65c + 77d15b7 commit 2399605

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ test-show-details: streaming
1111

1212
package tmp-proc
1313
flags: +use-doc-tests
14+
15+
package postgresql-libpq
16+
flags: +use-pkg-config

dev.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
h8x-commit = "5297ad9e688b8a6d1ae0e8297f5502bccb5511a5";
44

55
# Pin hackage-nix to the potentially more recent version of hackage
6-
hackage-nix-commit = "a62dac66a95f2fb407c824592c6f325b8f7d0b60";
6+
hackage-nix-commit = "88fb58dc1ccce1290b7db5773a867169374b539d";
77

88
# Specify the GHC version to use.
99
compiler-nix-name = "ghc928";
1010

1111
# Specify the hackage index state which should be supported by either
1212
# the h8x-commit, or the hackage-nix-commit, whichever is latest
13-
index-state = "2024-05-13T00:00:00Z";
13+
index-state = "2024-12-29T00:00:00Z";
1414
}

0 commit comments

Comments
 (0)