@@ -155,25 +155,28 @@ library
155
155
aeson >= 1.4.0.0 && < 1.5
156
156
, base-compat >= 0.10.4 && < 0.11
157
157
, base16-bytestring >= 0.1.1.6 && < 0.2
158
- , binary-orphans >= 0.1.8.0 && < 0.2
158
+ , binary-instances >= 1 && < 1.1
159
159
, cryptohash-sha1 >= 0.11.100.1 && < 0.12
160
160
, deepseq-generics >= 0.2.0.0 && < 0.3
161
- , exceptions >= 0.10.0 && < 0.11
162
- , hashable >= 1.2.7.0 && < 1.3
161
+ , exceptions >= 0.10.2 && < 0.11
162
+ , hashable >= 1.2.7.0 && < 1.4
163
163
, http-client >= 0.5.12 && < 0.7
164
164
, http-client-tls >= 0.3.5.3 && < 0.4
165
165
, http-link-header >= 1.0.3.1 && < 1.1
166
- , http-types >= 0.12.1 && < 0.13
166
+ , http-types >= 0.12.3 && < 0.13
167
167
, iso8601-time >= 0.1.5 && < 0.2
168
168
, network-uri >= 2.6.1.0 && < 2.7
169
- , semigroups >= 0.18.5 && < 0.20
170
169
, tagged
171
170
, tls >= 1.4.1
172
- , transformers-compat >= 0.6 && < 0.7
173
- , unordered-containers >= 0.2.9.0 && < 0.3
171
+ , transformers-compat >= 0.6.5 && < 0.7
172
+ , unordered-containers >= 0.2.10.0 && < 0.3
174
173
, vector >= 0.12.0.1 && < 0.13
175
174
, vector-instances >= 3.4 && < 3.5
176
175
176
+ if !impl(ghc >= 8.0 )
177
+ build-depends :
178
+ semigroups >= 0.18.5 && < 0.20
179
+
177
180
test-suite github-test
178
181
default-language : Haskell2010
179
182
type : exitcode-stdio-1.0
0 commit comments