[commit: packages/filepath] master: Add an explicit export list to the generator (8dc3b8f)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:58 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/8dc3b8f6f7d5d527176ff903e0b281ced72a91a9
>---------------------------------------------------------------
commit 8dc3b8f6f7d5d527176ff903e0b281ced72a91a9
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Nov 2 21:48:13 2014 +0000
Add an explicit export list to the generator
>---------------------------------------------------------------
8dc3b8f6f7d5d527176ff903e0b281ced72a91a9
tests/TestUtil.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestUtil.hs b/tests/TestUtil.hs
index 1c1718c..7f01f8f 100644
--- a/tests/TestUtil.hs
+++ b/tests/TestUtil.hs
@@ -1,6 +1,6 @@
module TestUtil(
- module TestUtil,
+ (==>), QFilePath(..), test,
module Test.QuickCheck,
module Data.List
) where
More information about the ghc-commits
mailing list