Skip to content

Commit

Permalink
Don't use :override for head.hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Apr 30, 2024
1 parent 3833c4e commit be8bc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ if !impl(ghc>=9.10) && !os(ghcjs)
active-repositories: hackage.haskell.org

if impl(ghc>=9.10) && !os(ghcjs)
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org

if !impl(ghc>=9.10) && os(ghcjs)
active-repositories: hackage.haskell.org, ghcjs-overlay:override

if impl(ghc>=9.10) && os(ghcjs)
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override, ghcjs-overlay:override
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org, ghcjs-overlay:override

0 comments on commit be8bc24

Please sign in to comment.