Skip to content

Commit

Permalink
Fix commercialhaskell#4260: Add imports to Stack.DefaultColorWhen
Browse files Browse the repository at this point in the history
Merged commercialhaskell#4260 was missing some imports in the unix version.
  • Loading branch information
mpilgrem committed Aug 25, 2018
1 parent 4295a92 commit 99edbeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unix/Stack/DefaultColorWhen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module Stack.DefaultColorWhen
( defaultColorWhen
) where

import Stack.Types.Runner (ColorWhen (ColorAuto))
import Stack.Types.Runner (ColorWhen (ColorAuto, ColorNever))
import System.Environment (lookupEnv)

-- |The default adopts the standard proposed at http://no-color.org/, that color
-- should not be added by default if the @NO_COLOR@ environment variable is
Expand Down

0 comments on commit 99edbeb

Please sign in to comment.