Skip to content

Commit d0f96d1

Browse files
committed
Fix CI
1 parent f861d40 commit d0f96d1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: beam-core/Database/Beam/Query/SQL92.hs

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-unused-binds #-}
2-
{-# LANGUAGE UndecidableInstances #-}
3-
{-# LANGUAGE ScopedTypeVariables #-}
42
{-# LANGUAGE CPP #-}
3+
{-# LANGUAGE ScopedTypeVariables #-}
4+
{-# LANGUAGE UndecidableInstances #-}
55

66
module Database.Beam.Query.SQL92
77
( buildSql92Query' ) where
88

9-
import Database.Beam.Query.Internal
109
import Database.Beam.Backend.SQL
10+
import Database.Beam.Query.Internal
1111

12-
import Control.Monad.Free.Church
1312
import Control.Monad.Free
13+
import Control.Monad.Free.Church
1414

1515
#if !MIN_VERSION_base(4, 11, 0)
16-
import Control.Monad.Writer hiding ((<>))
1716
import Data.Semigroup
1817
#endif
1918

2019
import Data.Maybe
21-
import Data.Proxy (Proxy(Proxy))
20+
import Data.Proxy (Proxy (Proxy))
2221
import Data.String
2322
import qualified Data.Text as T
2423

0 commit comments

Comments
 (0)