[commit: ghc] wip/nfs-locking: Base: Don't reexport `System.Console.ANSI` (f05d78d)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:49:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f05d78d92e3fde319e2963806406074868a0a4f0/ghc
>---------------------------------------------------------------
commit f05d78d92e3fde319e2963806406074868a0a4f0
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 24 14:32:38 2015 +0100
Base: Don't reexport `System.Console.ANSI`
This wasn't even used it seems
>---------------------------------------------------------------
f05d78d92e3fde319e2963806406074868a0a4f0
src/Base.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Base.hs b/src/Base.hs
index 3c62ed5..aa9861b 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -22,7 +22,6 @@ module Base (
-- * Output
putColoured, putOracle, putBuild, putSuccess, putError, renderBox,
- module System.Console.ANSI,
-- * Miscellaneous utilities
bimap, minusOrd, intersectOrd, replaceEq, quote, chunksOfSize,
More information about the ghc-commits
mailing list