File: remove-System.Directory-import

package info (click to toggle)
github-backup 1.20160522-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 448 kB
  • ctags: 4
  • sloc: haskell: 3,813; makefile: 30; sh: 19
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff --git i/Common.hs w/Common.hs
index 29adf75..ff628d0 100644
--- i/Common.hs
+++ w/Common.hs
@@ -12,7 +12,6 @@ import Data.List as X hiding (head, tail, init, last)
 import Data.String.Utils as X hiding (join)
 
 import System.FilePath as X
-import System.Directory as X
 import System.IO as X hiding (FilePath)
 import System.PosixCompat.Files as X
 #ifndef mingw32_HOST_OS