Skip to content

Commit 912c8dc

Browse files
committed
Fix IDE's unwanted expansion of import Stack.Prelude
1 parent 4ad539e commit 912c8dc

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/Stack/Config/Build.hs

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,9 @@ module Stack.Config.Build
1111
) where
1212

1313
import Distribution.Verbosity ( normal )
14-
import Stack.Prelude
15-
( ($),
16-
Functor(fmap),
17-
Semigroup((<>)),
18-
Bool(False, True),
19-
String,
20-
Maybe(..),
21-
not,
22-
(&&),
23-
catMaybes,
24-
unwords,
25-
(||),
26-
Any(getAny),
27-
First(getFirst),
28-
fromMaybe,
29-
fromFirst,
30-
fromFirstFalse,
31-
fromFirstTrue,
32-
FirstFalse(FirstFalse),
33-
FirstTrue(FirstTrue) )
3414
import Stack.BuildOpts
3515
( defaultBenchmarkOpts, defaultHaddockOpts, defaultTestOpts )
16+
import Stack.Prelude
3617
import Stack.Types.BuildOpts
3718
( BenchmarkOpts (..), BuildOpts (..), HaddockOpts (..)
3819
, TestOpts (..)

0 commit comments

Comments
 (0)