needs type families

This commit is contained in:
Joey Hess 2014-10-23 15:48:37 -04:00
parent f0989cf0bd
commit 76ee815e89

View file

@ -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