Skip to content

Commit

Permalink
Fix IDE's unwanted expansion of import Stack.Prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jan 22, 2024
1 parent 4ad539e commit 912c8dc
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/Stack/Config/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,9 @@ module Stack.Config.Build
) where

import Distribution.Verbosity ( normal )
import Stack.Prelude
( ($),
Functor(fmap),
Semigroup((<>)),
Bool(False, True),
String,
Maybe(..),
not,
(&&),
catMaybes,
unwords,
(||),
Any(getAny),
First(getFirst),
fromMaybe,
fromFirst,
fromFirstFalse,
fromFirstTrue,
FirstFalse(FirstFalse),
FirstTrue(FirstTrue) )
import Stack.BuildOpts
( defaultBenchmarkOpts, defaultHaddockOpts, defaultTestOpts )
import Stack.Prelude
import Stack.Types.BuildOpts
( BenchmarkOpts (..), BuildOpts (..), HaddockOpts (..)
, TestOpts (..)
Expand Down

0 comments on commit 912c8dc

Please sign in to comment.