Skip to content

Commit

Permalink
Cleanup allow-newer for ghc 9.10 (haskell#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek authored Jun 14, 2024
1 parent 4b344d3 commit cde9d78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ index-state: 2024-06-13T17:12:34Z
tests: True
test-show-details: direct

-- benchmarks: True

write-ghc-environment-files: never

-- Many of our tests only work single-threaded, and the only way to
Expand Down Expand Up @@ -53,15 +51,7 @@ if impl(ghc >= 9.9)
-- https://github.com/ndmitchell/hlint/pull/1594
haskell-language-server -stylishHaskell -hlint -retrie -splice -floskell,
allow-newer:
entropy:base,
entropy:directory,
entropy:filepath,
entropy:process,
haddock-library:base,
haddock-library:containers,
-- These can be removed when we get a new lsp release
quickcheck-instances:base,
quickcheck-instances:containers,
uuid-types:template-haskell,
else
benchmarks: True

0 comments on commit cde9d78

Please sign in to comment.