[commit: base] master: One more GHC.Err import eliminated (07f8524)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jun 12 00:32:37 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/07f85247e2624b8d90d5e8a2c514da9cc51b5b7b
>---------------------------------------------------------------
commit 07f85247e2624b8d90d5e8a2c514da9cc51b5b7b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 11 22:07:26 2013 +0100
One more GHC.Err import eliminated
(This one only shows up on Windows.)
>---------------------------------------------------------------
GHC/IO/Encoding/CodePage/API.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/GHC/IO/Encoding/CodePage/API.hs b/GHC/IO/Encoding/CodePage/API.hs
index 2b7705b..cbc46a1 100644
--- a/GHC/IO/Encoding/CodePage/API.hs
+++ b/GHC/IO/Encoding/CodePage/API.hs
@@ -14,7 +14,6 @@ import Data.Either
import Data.Word
import GHC.Base
-import GHC.Err
import GHC.List
import GHC.IO.Buffer
import GHC.IO.Encoding.Failure
More information about the ghc-commits
mailing list