@@ -63,29 +63,29 @@ library
6363 Codec.CBOR.Cuddle.Pretty.Utils
6464
6565 build-depends :
66- base >= 4.18 && < 4.22 ,
67- base16-bytestring ^ >= 1.0.2 ,
68- boxes ^ >= 0.1.5 ,
69- bytestring >= 0.11.4 && < 0.13 ,
70- capability ^ >= 0.5 ,
71- cborg ^ >= 0.2.10 ,
72- containers >= 0.6.7 && < 0.8 ,
73- data-default-class ^ >= 0.2 ,
74- foldable1-classes-compat ^ >= 0.1.1 ,
75- generic-optics ^ >= 2.2.1 ,
76- hashable ^ >= 1.5 ,
77- megaparsec ^ >= 9.7 ,
78- mtl ^ >= 2.3.1 ,
79- mutable-containers ^ >= 0.3.4 ,
80- optics-core ^ >= 0.4.1 ,
81- ordered-containers ^ >= 0.2.4 ,
82- parser-combinators ^ >= 1.3 ,
83- prettyprinter ^ >= 1.7.1 ,
66+ base >= 4.18 && < 5 ,
67+ base16-bytestring >= 1.0.2 ,
68+ boxes >= 0.1.5 ,
69+ bytestring >= 0.11.4 ,
70+ capability >= 0.5 ,
71+ cborg >= 0.2.10 ,
72+ containers >= 0.6.7 ,
73+ data-default-class >= 0.2 ,
74+ foldable1-classes-compat >= 0.1.1 ,
75+ generic-optics >= 2.2.1 ,
76+ hashable >= 1.4 ,
77+ megaparsec >= 9.5 ,
78+ mtl >= 2.3.1 ,
79+ mutable-containers >= 0.3.4 ,
80+ optics-core >= 0.4.1 ,
81+ ordered-containers >= 0.2.4 ,
82+ parser-combinators >= 1.3 ,
83+ prettyprinter >= 1.7.1 ,
8484 random >= 1.2 ,
85- regex-tdfa ^ >= 1.3.2 ,
86- scientific ^ >= 0.3.8 ,
87- text >= 2.0.2 && < 2.2 ,
88- tree-diff ^ >= 0.3.4 ,
85+ regex-tdfa >= 1.3.2 ,
86+ scientific >= 0.3.7 ,
87+ text >= 2.0.2 ,
88+ tree-diff >= 0.3 ,
8989
9090 hs-source-dirs : src
9191 default-language : GHC2021
@@ -126,7 +126,7 @@ executable cuddle
126126 cuddle,
127127 megaparsec,
128128 mtl,
129- optparse-applicative ^ >= 0.19 ,
129+ optparse-applicative >= 0.18 ,
130130 prettyprinter,
131131 random,
132132 text,
@@ -145,16 +145,16 @@ test-suite cuddle-test
145145 hs-source-dirs : test
146146 main-is : Main.hs
147147 build-depends :
148- HUnit ^ >= 1.6.2 ,
149- QuickCheck ^ >= 2.15 ,
148+ HUnit >= 1.6.2 ,
149+ QuickCheck >= 2.14 ,
150150 base,
151151 bytestring,
152152 cuddle,
153153 data-default-class,
154- hspec ^ >= 2.11 ,
155- hspec-megaparsec ^ >= 2.2 ,
154+ hspec >= 2.11 ,
155+ hspec-megaparsec >= 2.2 ,
156156 megaparsec,
157157 prettyprinter,
158- string-qq ^ >= 0.0.6 ,
158+ string-qq >= 0.0.6 ,
159159 text,
160160 tree-diff,
0 commit comments