Skip to content

Commit a9a4a84

Browse files
authored
Merge pull request #1029 from haskell/lower-bounds-c
Raise more lower-bounds
2 parents 3368a14 + 56dec68 commit a9a4a84

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

aeson.cabal

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ library
108108

109109
-- Compat
110110
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
113113

114114
if !impl(ghc >=8.6)
115115
build-depends: contravariant >=1.4.1 && <1.6
@@ -122,15 +122,15 @@ library
122122
, hashable >=1.3.5.0 && <1.5
123123
, indexed-traversable >=0.1.2 && <0.2
124124
, 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
127127
, 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
131131
, text-short >=0.1.5 && <0.2
132132
, th-abstraction >=0.5.0.0 && <0.6
133-
, these >=1.1.1.1 && <1.3
133+
, these >=1.2 && <1.3
134134
, unordered-containers >=0.2.10.0 && <0.3
135135
, uuid-types >=1.0.5 && <1.1
136136
, vector >=0.12.0.1 && <0.14
@@ -139,8 +139,8 @@ library
139139
ghc-options: -Wall
140140

141141
-- 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
144144

145145
if flag(ordered-keymap)
146146
cpp-options: -DUSE_ORDEREDMAP=1
@@ -181,25 +181,25 @@ test-suite aeson-tests
181181
, attoparsec
182182
, base
183183
, base-compat
184-
, base-orphans >=0.5.3 && <0.10
184+
, base-orphans >=0.5.3 && <0.10
185185
, base16-bytestring
186186
, bytestring
187187
, containers
188188
, data-fix
189-
, Diff >=0.4 && <0.5
189+
, Diff >=0.4 && <0.5
190190
, directory
191191
, dlist
192192
, filepath
193-
, generic-deriving >=1.10 && <1.15
193+
, generic-deriving >=1.10 && <1.15
194194
, generically
195195
, ghc-prim >=0.2
196196
, hashable
197197
, indexed-traversable
198-
, integer-logarithms >=1 && <1.1
198+
, integer-logarithms >=1 && <1.1
199199
, OneTuple
200200
, 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
203203
, scientific
204204
, strict
205205
, tagged

0 commit comments

Comments
 (0)