Skip to content

Commit

Permalink
Merge pull request #4262 from mpilgrem/Fix4260
Browse files Browse the repository at this point in the history
Repair PR #4260: Add imports to Stack.DefaultColorWhen
  • Loading branch information
mihaimaruseac authored Aug 26, 2018
2 parents 4295a92 + 99edbeb commit d341d50
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 d341d50

Please sign in to comment.