[commit: packages/filepath] master: #43, allow the tests to make use of Maybe functions (143b102)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:40:20 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/143b102ed8ee0e3875a11e50105f1850115852bf
>---------------------------------------------------------------
commit 143b102ed8ee0e3875a11e50105f1850115852bf
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Dec 22 13:59:44 2015 +0000
#43, allow the tests to make use of Maybe functions
>---------------------------------------------------------------
143b102ed8ee0e3875a11e50105f1850115852bf
tests/TestUtil.hs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/TestUtil.hs b/tests/TestUtil.hs
index 021238a..e72b4e9 100644
--- a/tests/TestUtil.hs
+++ b/tests/TestUtil.hs
@@ -3,11 +3,13 @@ module TestUtil(
(==>), QFilePath(..), QFilePathValidW(..), QFilePathValidP(..),
test, Test,
module Test.QuickCheck,
- module Data.List
+ module Data.List,
+ module Data.Maybe
) where
import Test.QuickCheck hiding ((==>))
import Data.List
+import Data.Maybe
import Control.Monad
import qualified System.FilePath.Windows as W
import qualified System.FilePath.Posix as P
More information about the ghc-commits
mailing list