[commit: packages/directory] master: Remove unnecessary Monoid import in WithCurrentDirectory test (4aae747)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:52:57 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4aae7470b2719407e61920d119410e911daad686/directory
>---------------------------------------------------------------
commit 4aae7470b2719407e61920d119410e911daad686
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Sat Oct 3 14:19:08 2015 -0400
Remove unnecessary Monoid import in WithCurrentDirectory test
>---------------------------------------------------------------
4aae7470b2719407e61920d119410e911daad686
tests/WithCurrentDirectory.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/WithCurrentDirectory.hs b/tests/WithCurrentDirectory.hs
index 808d4cf..7389f6c 100644
--- a/tests/WithCurrentDirectory.hs
+++ b/tests/WithCurrentDirectory.hs
@@ -1,7 +1,6 @@
{-# LANGUAGE CPP #-}
module WithCurrentDirectory where
#include "util.inl"
-import Data.Monoid ((<>))
import Data.List (sort)
import System.Directory
import System.FilePath ((</>))
More information about the ghc-commits
mailing list