Skip to content

Commit

Permalink
Fix mtl-2.3 compat
Browse files Browse the repository at this point in the history
* Removed unused import Control.Monad.List (ListT)
* Added explicit import of Data.Semigroup
  • Loading branch information
matobet committed Jun 6, 2022
1 parent 6c0ab7f commit 8e0556a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/Data/Swagger/Declare.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Prelude.Compat

import Control.Monad
import Control.Monad.Cont (ContT)
import Control.Monad.List (ListT)
import Control.Monad.Reader (ReaderT)
import Control.Monad.Trans
import Control.Monad.Trans.Except (ExceptT)
Expand Down
1 change: 1 addition & 0 deletions src/Data/Swagger/Internal/Schema.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import Data.Proxy
import Data.Scientific (Scientific)
import Data.Fixed (Fixed, HasResolution, Pico)
import Data.Set (Set)
import Data.Semigroup
import qualified Data.Text as T
import qualified Data.Text.Lazy as TL
import Data.Time
Expand Down

0 comments on commit 8e0556a

Please sign in to comment.