File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ in let
151
151
let
152
152
suitable-index-states =
153
153
builtins . filter
154
- ( s : s > index-state-max ) # This compare is why we need zulu time
154
+ ( s : s >= index-state-max ) # This compare is why we need zulu time
155
155
( builtins . attrNames index-state-hashes ) ;
156
156
in
157
157
if builtins . length suitable-index-states == 0
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ repository head.hackage.ghc.haskell.org
23
23
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
24
24
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
25
25
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
26
- --sha256: sha256-RQS0PUBA6nAD1T0OSVFhcF7ldh+6L+cW+k96Hgo3z5s =
26
+ --sha256: sha256-xilNP+uPmCGM1NXZJYgCEYXmGdjnE8todMdQKJ2BkJw =
27
27
28
28
repository ghcjs-overlay
29
29
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
30
30
secure: True
31
31
root-keys:
32
32
key-threshold: 0
33
- --sha256: sha256-mHxgsrbjHdyE8yqOkhZsk4WGKGZDFqSn07ENMPy1rVA =
33
+ --sha256: sha256-RXRKmHMpOY7ePZGGabZ1YGhF42+eLslZEIMe2JUYwB0 =
34
34
35
35
if os(ghcjs)
36
36
extra-packages: ghci
Original file line number Diff line number Diff line change 10
10
cabalProjectLocal = builtins . readFile ../cabal.project.local + ''
11
11
-- The overloading feature of haskell-gi makes build times very long
12
12
constraints: haskell-gi-overloading ==0.0
13
- -- Needed for the current nix-tools TODO remove once nix-tools is updated
14
- constraints: Cabal <3.12
15
13
'' ;
16
14
} ;
17
15
You can’t perform that action at this time.
0 commit comments