File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,13 @@ instance Hashable (SimpleRequest k a) where
229229 `hashWithSalt` ps
230230 `hashWithSalt` body
231231
232- instance Hashable a => Hashable (Request k a ) where
232+ instance Hashable (Request k a ) where
233233 hashWithSalt salt (SimpleQuery req) =
234234 salt `hashWithSalt` (0 :: Int )
235235 `hashWithSalt` req
236236 hashWithSalt salt (StatusQuery sm req) =
237237 salt `hashWithSalt` (1 :: Int )
238- `hashWithSalt` sm
238+ `hashWithSalt` map fst sm
239239 `hashWithSalt` req
240240 hashWithSalt salt (HeaderQuery h req) =
241241 salt `hashWithSalt` (2 :: Int )
Original file line number Diff line number Diff line change 1- resolver : nightly-2016-09-12
1+ resolver : nightly-2016-09-14
22packages :
33- ' .'
44- ' samples/'
You can’t perform that action at this time.
0 commit comments