@@ -63,29 +63,29 @@ library
63
63
Codec.CBOR.Cuddle.Pretty.Utils
64
64
65
65
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 ,
84
84
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 ,
89
89
90
90
hs-source-dirs : src
91
91
default-language : GHC2021
@@ -126,7 +126,7 @@ executable cuddle
126
126
cuddle,
127
127
megaparsec,
128
128
mtl,
129
- optparse-applicative ^ >= 0.19 ,
129
+ optparse-applicative >= 0.18 ,
130
130
prettyprinter,
131
131
random,
132
132
text,
@@ -145,16 +145,16 @@ test-suite cuddle-test
145
145
hs-source-dirs : test
146
146
main-is : Main.hs
147
147
build-depends :
148
- HUnit ^ >= 1.6.2 ,
149
- QuickCheck ^ >= 2.15 ,
148
+ HUnit >= 1.6.2 ,
149
+ QuickCheck >= 2.14 ,
150
150
base,
151
151
bytestring,
152
152
cuddle,
153
153
data-default-class,
154
- hspec ^ >= 2.11 ,
155
- hspec-megaparsec ^ >= 2.2 ,
154
+ hspec >= 2.11 ,
155
+ hspec-megaparsec >= 2.2 ,
156
156
megaparsec,
157
157
prettyprinter,
158
- string-qq ^ >= 0.0.6 ,
158
+ string-qq >= 0.0.6 ,
159
159
text,
160
160
tree-diff,
0 commit comments