We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00cbaf5 + 2ae2fe1 commit c2302e0Copy full SHA for c2302e0
2 files changed
src/Database/Schema/Migrations/Filesystem.hs
@@ -156,7 +156,7 @@ instance ToJSON UTCTimeYaml where
156
157
-- Keeps things as the old Show/Read-based format, e.g "2009-04-15 10:02:06 UTC"
158
utcTimeYamlFormat :: String
159
-utcTimeYamlFormat = "%F %T UTC"
+utcTimeYamlFormat = "%F %T%Q UTC"
160
161
newtype DependsYaml = DependsYaml
162
{ unDependsYaml :: [Text]
src/Moo/Main.hs
@@ -10,7 +10,8 @@ module Moo.Main
10
)
11
where
12
13
-import Control.Monad.Reader (forM_, runReaderT, when)
+import Control.Monad (forM_, when)
14
+import Control.Monad.Reader (runReaderT)
15
import Database.HDBC (SqlError, catchSql, seErrorMsg)
16
import Prelude hiding (lookup)
17
import Data.Text (Text)
0 commit comments