Skip to content

Commit e3e2f58

Browse files
authored
Merge pull request #919 from haskell/trim-lower-bounds
Trim dependency lower bounds
2 parents 8e3d325 + 8a2451d commit e3e2f58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

aeson.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,24 +113,24 @@ library
113113
-- Other dependencies
114114
build-depends:
115115
attoparsec >=0.14.2 && <0.15
116-
, data-fix >=0.3 && <0.4
116+
, data-fix >=0.3.2 && <0.4
117117
, dlist >=0.8.0.4 && <1.1
118118
, hashable >=1.3.5.0 && <1.5
119-
, indexed-traversable >=0.1.1 && <0.2
119+
, indexed-traversable >=0.1.2 && <0.2
120120
, OneTuple >=0.3.1 && <0.4
121-
, primitive >=0.7.0.1 && <0.8
121+
, primitive >=0.7.3.0 && <0.8
122122
, QuickCheck >=2.14.2 && <2.15
123123
, scientific >=0.3.7.0 && <0.4
124124
, semialign >=1.2 && <1.3
125125
, strict >=0.4 && <0.5
126126
, tagged >=0.8.6 && <0.9
127-
, text-short >=0.1.4 && <0.2
127+
, text-short >=0.1.5 && <0.2
128128
, th-abstraction >=0.3.0.0 && <0.5
129-
, these >=1.1 && <1.2
129+
, these >=1.1.1.1 && <1.2
130130
, unordered-containers >=0.2.10.0 && <0.3
131-
, uuid-types >=1.0.3 && <1.1
131+
, uuid-types >=1.0.5 && <1.1
132132
, vector >=0.12.0.1 && <0.13
133-
, witherable >=0.4.1 && <0.5
133+
, witherable >=0.4.2 && <0.5
134134

135135
ghc-options: -Wall
136136

0 commit comments

Comments
 (0)