[commit: packages/filepath] master: Delete the random constraint, was not required (fa66f58)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:55 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/fa66f583b2998dded1af04e0cebedbe606cee7d3

>---------------------------------------------------------------

commit fa66f583b2998dded1af04e0cebedbe606cee7d3
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Mar 9 21:48:58 2015 +0000

    Delete the random constraint, was not required


>---------------------------------------------------------------

fa66f583b2998dded1af04e0cebedbe606cee7d3
 filepath.cabal | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/filepath.cabal b/filepath.cabal
index 394bd31..3023f9d 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -58,8 +58,7 @@ test-suite filepath-tests
     build-depends:
         filepath,
         base,
-        QuickCheck >= 2.7 && < 2.8,
-        random     == 1.0.*
+        QuickCheck >= 2.7 && < 2.8
 
 source-repository head
     type:     git



More information about the ghc-commits mailing list