Skip to content

Commit 20690c5

Browse files
committed
Use head.hackage only for GHC < 9.13 (we need to update this each time there is a release...)
Might fix #195
1 parent 4ae77e2 commit 20690c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-map.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
1818
--sha256: sha256-aVI93DtHziicNn2mGli0YE+bC5BeT7mOQQETp2Thi68=
1919
20-
if impl(ghc < 9.11)
20+
if impl(ghc < 9.13)
2121
active-repositories: hackage.haskell.org
2222
else
2323
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org

0 commit comments

Comments
 (0)