fix build
This commit is contained in:
parent
8edf7a0fc3
commit
8ed1a0afee
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ checkKey r h k = do
|
||||||
showAction $ "checking " ++ name r
|
showAction $ "checking " ++ name r
|
||||||
#if MIN_VERSION_aws(0,10,0)
|
#if MIN_VERSION_aws(0,10,0)
|
||||||
rsp <- go
|
rsp <- go
|
||||||
return (isJust $ S3.horMetadata r)
|
return (isJust $ S3.horMetadata rsp)
|
||||||
#else
|
#else
|
||||||
catchMissingException $ do
|
catchMissingException $ do
|
||||||
void go
|
void go
|
||||||
|
|
Loading…
Add table
Reference in a new issue