Skip to content

Commit

Permalink
Some allow-newers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed May 16, 2024
1 parent ce4cde3 commit d1162e1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ package lsp-types
-- has very many independent modules
ghc-options: -j4

-- We allow filepath-1.5, this lets us actually test it. There is no problem
-- on the lens side.
allow-newer: lens:filepath
if impl(ghc >= 9.9)
allow-newer:
entropy:base,
entropy:directory,
entropy:filepath,
entropy:process,
uuid-types:template-haskell,

0 comments on commit d1162e1

Please sign in to comment.