diff options
Diffstat (limited to 'Remote/S3.hs')
-rw-r--r-- | Remote/S3.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 85392bb06..e6544a024 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -5,6 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE TypeFamilies #-} + module Remote.S3 (remote, iaHost, configIA, isIA, iaItemUrl) where import qualified Aws as AWS |