File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ library
7373 -- strict dependency as we re-export 'servant' things.
7474 build-depends :
7575 servant >= 0.20 && < 0.21
76- , http-api-data >= 0.4.1 && < 0.6
76+ , http-api-data >= 0.4.1 && < 0.7
7777
7878 -- Other dependencies: Lower bound around what is in the latest Stackage LTS.
7979 -- Here can be exceptions if we really need features from the newer versions.
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ library
9393 -- We depend (heavily) on the API of these packages:
9494 -- i.e. re-export, or allow using without direct dependency
9595 build-depends :
96- http-api-data >= 0.4.1 && < 0.6
96+ http-api-data >= 0.4.1 && < 0.7
9797 , singleton-bool >= 0.1.4 && < 0.2
9898
9999 -- Other dependencies: Lower bound around what is in the latest Stackage LTS.
100100 -- Here can be exceptions if we really need features from the newer versions.
101101 build-depends :
102102 base-compat >= 0.10.5 && < 0.14
103- , aeson >= 1.4.1.0 && < 3
103+ , aeson >= 1.4.1.0 && < 2.2
104104 , attoparsec >= 0.13.2.2 && < 0.15
105105 , bifunctors >= 5.5.3 && < 5.7
106106 , case-insensitive >= 1.2.0.11 && < 1.3
You can’t perform that action at this time.
0 commit comments