@@ -70,6 +70,7 @@ if(impl(ghc >= 9.6.1))
70
70
package servant-server
71
71
ghc-options : -fprint-redundant-promotion-ticks
72
72
73
+ -- This block is for GHC 9.10.1.
73
74
allow-newer : postgresql-simple :base
74
75
allow-newer : postgresql-simple :template-haskell
75
76
allow-newer : postgresql-simple :containers
@@ -86,3 +87,23 @@ allow-newer: servant-js:base
86
87
allow-newer : servant-js :lens
87
88
allow-newer : lucid :base
88
89
allow-newer : Cabal
90
+
91
+ -- This block is for hashable-1.5
92
+ allow-newer : vault :hashable
93
+ allow-newer : unordered-containers :hashable
94
+ allow-newer : async :hashable
95
+ allow-newer : psqueues :hashable
96
+ allow-newer : aeson :hashable
97
+ allow-newer : witherable :hashable
98
+ allow-newer : these :hashable
99
+ allow-newer : strict :hashable
100
+ allow-newer : semialign :hashable
101
+ allow-newer : lens :hashable
102
+ allow-newer : insert-ordered-containers :hashable
103
+ allow-newer : optics-extra :hashable
104
+ allow-newer : openapi3 :hashable
105
+ allow-newer : http-api-data :hashable
106
+ allow-newer : swagger2 :hashable
107
+ allow-newer : quickcheck-instances :hashable
108
+ allow-newer : postgresql-libpq :hashable
109
+ allow-newer : postgresql-simple :hashable
0 commit comments