@@ -74,29 +74,29 @@ library
7474 other-modules : Paths_jsonnet
7575 hs-source-dirs : src
7676 build-depends :
77- , aeson >= 2.2 && < 2.3
78- , base >= 4.20 && < 4.22
79- , binary >= 0.8.8 && < 0.9
80- , bytestring >= 0.11 && < 0.13
81- , containers >= 0.6.2 && < 0.8
82- , data-fix >= 0.3.1 && < 0.4
83- , directory >= 1.3.6 && < 1.4
84- , exceptions >= 0.10.4 && < 0.11
85- , filepath >= 1.4.2 && < 1.6
86- , lens >= 5.0.1 && < 5.4
87- , megaparsec >= 9.5 && < 9.8
88- , mtl >= 2.2.2 && < 2.4
89- , parser-combinators >= 1.2.1 && < 1.4
90- , prettyprinter >= 1.7.0 && < 1.8
91- , scientific >= 0.3.7 && < 0.4
92- , template-haskell >= 2.16.0 && < 2.23
93- , text >= 2.0 && < 2.2
94- , th-lift-instances >= 0.1.18 && < 0.2
95- , th-utilities >= 0.2.4.2 && < 0.3
96- , transformers-compat >= 0.6.6 && < 0.8
97- , unbound-generics >= 0.4.3 && < 0.5
98- , unordered-containers >= 0.2.14 && < 0.3
99- , vector >= 0.12.3 && < 0.14
77+ aeson >= 2.2 && < 2.3 ,
78+ base >= 4.20 && < 4.22 ,
79+ binary >= 0.8.8 && < 0.9 ,
80+ bytestring >= 0.11 && < 0.13 ,
81+ containers >= 0.6.2 && < 0.8 || ^ >= 0.8 ,
82+ data-fix >= 0.3.1 && < 0.4 ,
83+ directory >= 1.3.6 && < 1.4 ,
84+ exceptions >= 0.10.4 && < 0.11 ,
85+ filepath >= 1.4.2 && < 1.6 ,
86+ lens >= 5.0.1 && < 5.4 ,
87+ megaparsec >= 9.5 && < 9.8 ,
88+ mtl >= 2.2.2 && < 2.4 ,
89+ parser-combinators >= 1.2.1 && < 1.4 ,
90+ prettyprinter >= 1.7.0 && < 1.8 ,
91+ scientific >= 0.3.7 && < 0.4 ,
92+ template-haskell >= 2.16.0 && < 2.23 || ^ >= 2.23.0 ,
93+ text >= 2.0 && < 2.2 ,
94+ th-lift-instances >= 0.1.18 && < 0.2 ,
95+ th-utilities >= 0.2.4.2 && < 0.3 ,
96+ transformers-compat >= 0.6.6 && < 0.8 ,
97+ unbound-generics >= 0.4.3 && < 0.5 ,
98+ unordered-containers >= 0.2.14 && < 0.3 ,
99+ vector >= 0.12.3 && < 0.14
100100
101101executable hs-jsonnet
102102 import :
@@ -109,15 +109,15 @@ executable hs-jsonnet
109109 hs-source-dirs : app
110110 ghc-options : -threaded -rtsopts -with-rtsopts=-N
111111 build-depends :
112- , aeson
113- , base
114- , bytestring
115- , directory
116- , filepath
117- , jsonnet
118- , megaparsec
119- , optparse-applicative >= 0.16.1 && < 0.19
120- , text
112+ aeson,
113+ base,
114+ bytestring,
115+ directory,
116+ filepath,
117+ jsonnet,
118+ megaparsec,
119+ optparse-applicative >= 0.16.1 && < 0.19 ,
120+ text
121121
122122test-suite jsonnet-test
123123 import :
@@ -135,18 +135,18 @@ test-suite jsonnet-test
135135 hs-source-dirs : test test/golden
136136 ghc-options : -threaded -rtsopts -with-rtsopts=-N
137137 build-depends :
138- , base
139- , bytestring
140- , containers
141- , data-fix
142- , filepath
143- , hedgehog
144- , jsonnet
145- , prettyprinter
146- , tasty
147- , tasty-golden
148- , tasty-hedgehog
149- , text
138+ base,
139+ bytestring,
140+ containers,
141+ data-fix,
142+ filepath,
143+ hedgehog,
144+ jsonnet,
145+ prettyprinter,
146+ tasty,
147+ tasty-golden,
148+ tasty-hedgehog,
149+ text
150150
151151benchmark jsonnet-bench
152152 import :
@@ -157,11 +157,11 @@ benchmark jsonnet-bench
157157 type : exitcode-stdio-1.0
158158 hs-source-dirs : benchmarks
159159 build-depends :
160- , base
161- , bytestring
162- , jsonnet
163- , prettyprinter
164- , tasty-bench
165- , text
160+ base,
161+ bytestring,
162+ jsonnet,
163+ prettyprinter,
164+ tasty-bench,
165+ text
166166
167167 ghc-options : "-with-rtsopts=-A32m --nonmoving-gc"
0 commit comments