@@ -20,20 +20,20 @@ executable openapi-to-dhall
2020 default-extensions : DuplicateRecordFields GeneralizedNewtypeDeriving LambdaCase RecordWildCards ScopedTypeVariables OverloadedStrings FlexibleInstances ConstraintKinds ApplicativeDo TupleSections
2121 ghc-options : -Wall
2222 build-depends :
23- base >= 4.11.0.0 && < 5 ,
24- aeson >= 1.0.0.0 && < 1.6 ,
25- containers >= 0.5.8.0 && < 0.7 ,
23+ base ,
24+ aeson ,
25+ containers ,
2626 directory >= 1.3.0.0 && < 1.4 ,
27- dhall >= 1.35.0 && < 1.36 ,
27+ dhall ,
2828 dhall-openapi ,
2929 filepath >= 1.4 && < 1.5 ,
3030 megaparsec >= 7.0 && < 9.1 ,
3131 optparse-applicative >= 0.14.3.0 && < 0.17 ,
3232 parser-combinators ,
33- prettyprinter >= 1.7.0 && < 1.8 ,
34- sort >= 1.0 && < 1.1 ,
35- text >= 0.11.1.0 && < 1.3 ,
36- vector >= 0.11.0.0 && < 0.13
33+ prettyprinter ,
34+ sort ,
35+ text ,
36+ vector
3737 default-language : Haskell2010
3838
3939library
@@ -49,7 +49,7 @@ library
4949 base >= 4.11.0.0 && < 5 ,
5050 aeson >= 1.0.0.0 && < 1.6 ,
5151 containers >= 0.5.8.0 && < 0.7 ,
52- dhall >= 1.35.0 && < 1.36 ,
52+ dhall >= 1.35.0 && < 1.37 ,
5353 prettyprinter >= 1.7.0 && < 1.8 ,
5454 sort >= 1.0 && < 1.1 ,
5555 text >= 0.11.1.0 && < 1.3 ,
0 commit comments