From 8edf7a0fc34abae6f02ae6c4f4a032a83f1d14c0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Oct 2014 16:51:10 -0400 Subject: [PATCH] fix build --- Remote/S3.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Remote/S3.hs b/Remote/S3.hs index b818e2f9bc..4815b09884 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -6,6 +6,7 @@ -} {-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE CPP #-} module Remote.S3 (remote, iaHost, configIA, iaItemUrl) where