@@ -108,8 +108,8 @@ library
108
108
109
109
-- Compat
110
110
build-depends :
111
- generically >= 0.1 && < 0.2
112
- , time-compat >= 1.9.6 && < 1.10
111
+ generically >= 0.1 && < 0.2
112
+ , time-compat >= 1.9.6 && < 1.10
113
113
114
114
if !impl(ghc >= 8.6 )
115
115
build-depends : contravariant >= 1.4.1 && < 1.6
@@ -122,15 +122,15 @@ library
122
122
, hashable >= 1.3.5.0 && < 1.5
123
123
, indexed-traversable >= 0.1.2 && < 0.2
124
124
, OneTuple >= 0.4.1.1 && < 0.5
125
- , primitive >= 0.7.3 .0 && < 0.9
126
- , QuickCheck >= 2.14.2 && < 2.15
125
+ , primitive >= 0.8.0 .0 && < 0.9
126
+ , QuickCheck >= 2.14.3 && < 2.15
127
127
, scientific >= 0.3.7.0 && < 0.4
128
- , semialign >= 1.2 && < 1.4
129
- , strict >= 0.4 && < 0.6
130
- , tagged >= 0.8.6 && < 0.9
128
+ , semialign >= 1.3 && < 1.4
129
+ , strict >= 0.5 && < 0.6
130
+ , tagged >= 0.8.7 && < 0.9
131
131
, text-short >= 0.1.5 && < 0.2
132
132
, th-abstraction >= 0.5.0.0 && < 0.6
133
- , these >= 1.1.1.1 && < 1.3
133
+ , these >= 1.2 && < 1.3
134
134
, unordered-containers >= 0.2.10.0 && < 0.3
135
135
, uuid-types >= 1.0.5 && < 1.1
136
136
, vector >= 0.12.0.1 && < 0.14
@@ -139,8 +139,8 @@ library
139
139
ghc-options : -Wall
140
140
141
141
-- String unescaping
142
- hs-source-dirs : src-pure
143
- other-modules : Data.Aeson.Parser.UnescapePure
142
+ hs-source-dirs : src-pure
143
+ other-modules : Data.Aeson.Parser.UnescapePure
144
144
145
145
if flag(ordered-keymap)
146
146
cpp-options : -DUSE_ORDEREDMAP= 1
@@ -181,25 +181,25 @@ test-suite aeson-tests
181
181
, attoparsec
182
182
, base
183
183
, base-compat
184
- , base-orphans >= 0.5.3 && < 0.10
184
+ , base-orphans >= 0.5.3 && < 0.10
185
185
, base16-bytestring
186
186
, bytestring
187
187
, containers
188
188
, data-fix
189
- , Diff >= 0.4 && < 0.5
189
+ , Diff >= 0.4 && < 0.5
190
190
, directory
191
191
, dlist
192
192
, filepath
193
- , generic-deriving >= 1.10 && < 1.15
193
+ , generic-deriving >= 1.10 && < 1.15
194
194
, generically
195
195
, ghc-prim >= 0.2
196
196
, hashable
197
197
, indexed-traversable
198
- , integer-logarithms >= 1 && < 1.1
198
+ , integer-logarithms >= 1 && < 1.1
199
199
, OneTuple
200
200
, primitive
201
- , QuickCheck >= 2.14.2 && < 2.15
202
- , quickcheck-instances >= 0.3.29 && < 0.4
201
+ , QuickCheck >= 2.14.2 && < 2.15
202
+ , quickcheck-instances >= 0.3.29 && < 0.4
203
203
, scientific
204
204
, strict
205
205
, tagged
0 commit comments