@@ -113,24 +113,24 @@ library
113
113
-- Other dependencies
114
114
build-depends :
115
115
attoparsec >= 0.14.2 && < 0.15
116
- , data-fix >= 0.3 && < 0.4
116
+ , data-fix >= 0.3.2 && < 0.4
117
117
, dlist >= 0.8.0.4 && < 1.1
118
118
, hashable >= 1.3.5.0 && < 1.5
119
- , indexed-traversable >= 0.1.1 && < 0.2
119
+ , indexed-traversable >= 0.1.2 && < 0.2
120
120
, OneTuple >= 0.3.1 && < 0.4
121
- , primitive >= 0.7.0.1 && < 0.8
121
+ , primitive >= 0.7.3.0 && < 0.8
122
122
, QuickCheck >= 2.14.2 && < 2.15
123
123
, scientific >= 0.3.7.0 && < 0.4
124
124
, semialign >= 1.2 && < 1.3
125
125
, strict >= 0.4 && < 0.5
126
126
, tagged >= 0.8.6 && < 0.9
127
- , text-short >= 0.1.4 && < 0.2
127
+ , text-short >= 0.1.5 && < 0.2
128
128
, th-abstraction >= 0.3.0.0 && < 0.5
129
- , these >= 1.1 && < 1.2
129
+ , these >= 1.1.1.1 && < 1.2
130
130
, unordered-containers >= 0.2.10.0 && < 0.3
131
- , uuid-types >= 1.0.3 && < 1.1
131
+ , uuid-types >= 1.0.5 && < 1.1
132
132
, vector >= 0.12.0.1 && < 0.13
133
- , witherable >= 0.4.1 && < 0.5
133
+ , witherable >= 0.4.2 && < 0.5
134
134
135
135
ghc-options : -Wall
136
136
0 commit comments