aboutsummaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:07 -0700
commit5443d758bbc4d894e547d56a60b2be221fc7779a (patch)
tree29010aeb1968b5f3307c150c8da03e184848aef7 /Main.hs
parent882fe2352c9f0876119e75437b9f1531926fdded (diff)
downloadsscan-5443d758bbc4d894e547d56a60b2be221fc7779a.tar.gz
remove redundant imports
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 80a83c9..b951231 100644
--- a/Main.hs
+++ b/Main.hs
@@ -28,9 +28,8 @@ import Control.Monad (void, when)
import Data.Time.Clock.POSIX (getPOSIXTime, posixSecondsToUTCTime)
import Data.Time.Format (defaultTimeLocale, formatTime,
iso8601DateFormat)
-import Lens.Micro ((&), (.~), (^.))
-import System.Directory (getHomeDirectory,
- removeDirectoryRecursive, renamePath,
+import Lens.Micro ((^.))
+import System.Directory (getHomeDirectory, renamePath,
withCurrentDirectory)
import System.Exit (ExitCode (..))
import System.FilePath ((<.>), (</>))