diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-23 15:48:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-23 15:48:37 -0400 |
commit | 4a4d15f91fc07233a8f762e017459118ba1993c1 (patch) | |
tree | 39700f76cf6b4737891a0ba81d6875a35941a014 /Remote/S3.hs | |
parent | ab27f9327a6385a05109edd0ea22b5b7f09336b6 (diff) |
needs type families
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 |