[commit: ghc] master: ...and clean up the imports (59f491a)
git at git.haskell.org
git at git.haskell.org
Thu Jan 16 18:00:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/59f491a933ec7380698b776e14c3753c2a318a89/ghc
>---------------------------------------------------------------
commit 59f491a933ec7380698b776e14c3753c2a318a89
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jan 16 18:01:13 2014 +0000
...and clean up the imports
>---------------------------------------------------------------
59f491a933ec7380698b776e14c3753c2a318a89
compiler/basicTypes/Demand.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/Demand.lhs b/compiler/basicTypes/Demand.lhs
index 01d53a4..e7b8753 100644
--- a/compiler/basicTypes/Demand.lhs
+++ b/compiler/basicTypes/Demand.lhs
@@ -62,7 +62,7 @@ import UniqFM
import Util
import BasicTypes
import Binary
-import Maybes ( isJust, orElse )
+import Maybes ( orElse )
import Type ( Type )
import TyCon ( isNewTyCon, isClassTyCon )
More information about the ghc-commits
mailing list