Skip to content

Commit

Permalink
Merge pull request #1774 from haskell-servant/remove-allow-newer
Browse files Browse the repository at this point in the history
Remove unnecessary allow-newer for hashable 1.5 and GHC 9.10
  • Loading branch information
ysangkok committed Aug 8, 2024
2 parents c4f3e9b + 2cc2576 commit 45e031e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -71,39 +71,17 @@ if(impl(ghc >= 9.6.1))
ghc-options: -fprint-redundant-promotion-ticks

-- This block is for GHC 9.10.1.
allow-newer: postgresql-simple:base
allow-newer: postgresql-simple:template-haskell
allow-newer: postgresql-simple:containers
allow-newer: postgresql-libpq:base
allow-newer: servant-openapi3:base
allow-newer: openapi3:base
allow-newer: openapi3:template-haskell
allow-newer: swagger2:base
allow-newer: swagger2:template-haskell
allow-newer: swagger2:lens
allow-newer: swagger2:containers
allow-newer: pipes-safe:base
allow-newer: servant-js:base
allow-newer: servant-js:lens
allow-newer: lucid:base
allow-newer: Cabal

-- This block is for hashable-1.5
allow-newer: vault:hashable
allow-newer: unordered-containers:hashable
allow-newer: async:hashable
allow-newer: psqueues:hashable
allow-newer: aeson:hashable
allow-newer: witherable:hashable
allow-newer: these:hashable
allow-newer: strict:hashable
allow-newer: semialign:hashable
allow-newer: lens:hashable
allow-newer: insert-ordered-containers:hashable
allow-newer: optics-extra:hashable
allow-newer: openapi3:hashable
allow-newer: http-api-data:hashable
allow-newer: swagger2:hashable
allow-newer: quickcheck-instances:hashable
allow-newer: postgresql-libpq:hashable
allow-newer: postgresql-simple:hashable

0 comments on commit 45e031e

Please sign in to comment.