cabal: require jose >= 0.8.5.1 (aeson-2 compat)

jose version before 0.8.5.1 lacked an upper bound on
aeson-2, causing build failures with aeson-2 present.
This commit is contained in:
Robert Vollmert
2022-06-13 13:25:54 +02:00
parent e42bf30aeb
commit bb62e559d6
+1 -1
View File
@@ -92,7 +92,7 @@ library
, http-types >= 0.12.2 && < 0.13
, insert-ordered-containers >= 0.2.2 && < 0.3
, interpolatedstring-perl6 >= 1 && < 1.1
, jose >= 0.8.1 && < 0.9
, jose >= 0.8.5.1 && < 0.10
, lens >= 4.14 && < 5.1
, lens-aeson >= 1.0.1 && < 1.2
, mtl >= 2.2.2 && < 2.3