We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85bd00 commit ee7bc0dCopy full SHA for ee7bc0d
Aws/S3/Commands/GetService.hs
@@ -6,9 +6,7 @@ import Aws.Core
6
import Aws.S3.Core
7
import Data.Maybe
8
import Data.Time.Format
9
-#if MIN_VERSION_time(1,5,0)
10
-import Data.Time.Format
11
-#else
+#if !MIN_VERSION_time(1,5,0)
12
import System.Locale
13
#endif
14
import Text.XML.Cursor (($/), ($//), (&|))
@@ -60,4 +58,4 @@ instance Transaction GetService GetServiceResponse
60
58
61
59
instance AsMemoryResponse GetServiceResponse where
62
type MemoryResponse GetServiceResponse = GetServiceResponse
63
- loadToMemory = return
+ loadToMemory = return
0 commit comments