[commit: packages/binary] master: Remove unused import. (9f74d40)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 09:43:09 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/9f74d402ce304f58644ee0f56f98d87653a39500
>---------------------------------------------------------------
commit 9f74d402ce304f58644ee0f56f98d87653a39500
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Fri Aug 14 22:31:00 2015 +0200
Remove unused import.
>---------------------------------------------------------------
9f74d402ce304f58644ee0f56f98d87653a39500
benchmarks/Builder.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/benchmarks/Builder.hs b/benchmarks/Builder.hs
index 71a202f..ad08e16 100644
--- a/benchmarks/Builder.hs
+++ b/benchmarks/Builder.hs
@@ -12,7 +12,6 @@ import Data.Monoid (Monoid(mappend, mempty))
import Control.DeepSeq
import Control.Exception (evaluate)
-import Control.Monad.Trans (liftIO)
import Criterion.Main
import qualified Data.ByteString as S
import qualified Data.ByteString.Char8 as C
More information about the ghc-commits
mailing list