Skip to content

Commit

Permalink
Merge pull request #1769 from haskell-servant/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5, with allow-newers
  • Loading branch information
ysangkok authored Jul 5, 2024
2 parents dd0a38c + 1f58e79 commit ae36927
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if(impl(ghc >= 9.6.1))
package servant-server
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
Expand All @@ -86,3 +87,23 @@ 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
4 changes: 2 additions & 2 deletions servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library
, aeson-pretty >= 0.8.5 && < 0.9
, base-compat >= 0.10.5 && < 0.15
, case-insensitive >= 1.2.0.11 && < 1.3
, hashable >= 1.2.7.0 && < 1.5
, hashable >= 1.2.7.0 && < 1.6
, http-media >= 0.7.1.3 && < 0.9
, http-types >= 0.12.2 && < 0.13
, lens >= 4.17 && < 5.4
Expand Down Expand Up @@ -102,7 +102,7 @@ test-suite spec

-- Additional dependencies
build-depends:
tasty >= 1.1.0.4 && < 1.5,
tasty >= 1.1.0.4 && < 1.6,
tasty-golden >= 2.3.2 && < 2.4,
tasty-hunit >= 0.10.0.1 && < 0.11,
transformers >= 0.5.2.0 && < 0.7

0 comments on commit ae36927

Please sign in to comment.