[commit: packages/pretty] master: Fix missing files from test-suite. (9f462e1)

git at git.haskell.org git at git.haskell.org
Wed Dec 16 07:11:33 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/9f462e10739655eb80a1141c22dae13c9595fdc1

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

commit 9f462e10739655eb80a1141c22dae13c9595fdc1
Author: David Terei <code at davidterei.com>
Date:   Sat Jan 17 14:52:33 2015 -0800

    Fix missing files from test-suite.


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

9f462e10739655eb80a1141c22dae13c9595fdc1
 pretty.cabal | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pretty.cabal b/pretty.cabal
index 8b81005..e1bf6a9 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -47,11 +47,13 @@ Test-Suite test-pretty
                    QuickCheck >= 2.5 && <3
     main-is: Test.hs
     other-modules:
+        PrettyTestVersion
         TestGenerators
         TestStructures
+        TestUtils
+        UnitLargeDoc
         UnitPP1
         UnitT3911
-        UnitLargeDoc
     extensions: CPP, BangPatterns, DeriveGeneric
     include-dirs: src/Text/PrettyPrint
 



More information about the ghc-commits mailing list