Skip to content

Commit 1adb60b

Browse files
committed
Bump head.hackage and stop using it for ghc 9.12
1 parent 0cff70a commit 1adb60b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/cabal.project.local

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repository head.hackage.ghc.haskell.org
2828
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
2929
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
3030
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
31-
--sha256: sha256-EQKpiiwoIXiM7r+bGYvQzB4vWANqO6PJaSUlt1NUIeI=
31+
--sha256: sha256-RQS0PUBA6nAD1T0OSVFhcF7ldh+6L+cW+k96Hgo3z5s=
3232

3333
repository ghcjs-overlay
3434
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
@@ -41,14 +41,14 @@ if os(ghcjs)
4141
extra-packages: ghci
4242
constraints: ghci installed
4343

44-
if !impl(ghc>=9.11) && !os(ghcjs)
44+
if !impl(ghc>=9.13) && !os(ghcjs)
4545
active-repositories: hackage.haskell.org
4646

47-
if impl(ghc>=9.11) && !os(ghcjs)
47+
if impl(ghc>=9.13) && !os(ghcjs)
4848
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org
4949

50-
if !impl(ghc>=9.11) && os(ghcjs)
50+
if !impl(ghc>=9.13) && os(ghcjs)
5151
active-repositories: hackage.haskell.org, ghcjs-overlay:override
5252

53-
if impl(ghc>=9.11) && os(ghcjs)
53+
if impl(ghc>=9.13) && os(ghcjs)
5454
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org, ghcjs-overlay:override

0 commit comments

Comments
 (0)