Skip to content

Commit

Permalink
Satisfy HLint
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 11, 2025
1 parent c16f967 commit 696136c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cabal-install/src/Distribution/Client/ProjectConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,16 @@ module Distribution.Client.ProjectConfig
) where

import Distribution.Client.Compat.Prelude hiding (empty)
import Distribution.Simple.Utils (ordNub)
import Distribution.Simple.Utils
( createDirectoryIfMissingVerbose
, dieWithException
, maybeExit
, notice
, noticeDoc
, ordNub
, rawSystemIOWithEnv
, warn
)
import Text.PrettyPrint (cat, colon, comma, empty, hsep, nest, quotes, render, text, vcat)
import Prelude ()

Expand Down Expand Up @@ -176,15 +185,6 @@ import Distribution.Simple.Setup
, fromFlagOrDefault
, toFlag
)
import Distribution.Simple.Utils
( createDirectoryIfMissingVerbose
, dieWithException
, maybeExit
, notice
, noticeDoc
, rawSystemIOWithEnv
, warn
)
import Distribution.System
( Platform
)
Expand Down

0 comments on commit 696136c

Please sign in to comment.