[commit: packages/pretty] large_docs, master, moretests: Fix cabal build issue with test-suite (6190328)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:49:01 UTC 2015


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

On branches: large_docs,master,moretests
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/61903283f09598477b166194acf24c3afacd2f35

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

commit 61903283f09598477b166194acf24c3afacd2f35
Author: David Terei <code at davidterei.com>
Date:   Sun Dec 21 23:16:50 2014 -0800

    Fix cabal build issue with test-suite


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

61903283f09598477b166194acf24c3afacd2f35
 pretty.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pretty.cabal b/pretty.cabal
index 64f1b83..27e45db 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -40,6 +40,7 @@ Test-Suite test-pretty
     hs-source-dirs: tests
                     src
     build-depends: base >= 3 && < 5,
+                   deepseq >= 1.1,
                    QuickCheck >= 2.5 && <3
     main-is: Test.hs
     other-modules:



More information about the ghc-commits mailing list