Skip to content

Commit

Permalink
head.hackage still needed for text-short
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Apr 15, 2024
1 parent 6239a5b commit 15ade65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ if !os(ghcjs)
tag: c094f210f3bd34d97204451ea57855a5d17e2086
--sha256: sha256-6iCKvdLdjwg2jcoWMEj3qcFTvKe3P4BYxgKeXY3QwRM=

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

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

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

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

0 comments on commit 15ade65

Please sign in to comment.