Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jun 21, 2021
1 parent 21f538b commit 862deae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/Development/Shake.hs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ import Development.Shake.Internal.Rules.File
import Development.Shake.Internal.Rules.Files
import Development.Shake.Internal.Rules.Oracle
import Development.Shake.Internal.Rules.OrderOnly
import Development.Shake.Internal.Rules.Rerun

-- $writing
--
Expand Down
3 changes: 1 addition & 2 deletions src/Development/Shake/Internal/Core/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ import Control.Exception
import Control.Monad.Extra
import Numeric.Extra
import qualified Data.HashMap.Strict as Map
import qualified Data.HashSet as HashSet
import Development.Shake.Internal.Core.Rules
import Data.Typeable
import Data.Maybe
import Data.List.Extra
import Data.Either.Extra
import System.Time.Extra
import qualified Data.HashSet as HashSet
import Data.Functor ((<&>))


---------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion src/Development/Shake/Internal/Rules/File.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import Development.Shake.Internal.Core.Rules
import Development.Shake.Internal.Core.Build
import Development.Shake.Internal.Core.Action
import Development.Shake.Internal.FileName
import Development.Shake.Internal.Rules.Rerun
import Development.Shake.Classes
import Development.Shake.FilePath(toStandard)
import Development.Shake.Internal.FilePattern
Expand Down
1 change: 0 additions & 1 deletion src/Development/Shake/Internal/Rules/Files.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import Development.Shake.Internal.Errors
import General.Extra
import Development.Shake.Internal.FileName
import Development.Shake.Classes
import Development.Shake.Internal.Rules.Rerun
import Development.Shake.Internal.Rules.File
import Development.Shake.Internal.FilePattern
import Development.Shake.FilePath
Expand Down

0 comments on commit 862deae

Please sign in to comment.