[commit: haddock] v2.14: Actually bundle extra spec tests in sdist (0bd6361)

git at git.haskell.org git at git.haskell.org
Tue Apr 1 18:22:32 UTC 2014


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

On branch  : v2.14
Link       : http://git.haskell.org/haddock.git/commitdiff/0bd6361bf88072361124ad265d2fe6b80019abcc

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

commit 0bd6361bf88072361124ad265d2fe6b80019abcc
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Tue Apr 1 19:18:36 2014 +0100

    Actually bundle extra spec tests in sdist


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

0bd6361bf88072361124ad265d2fe6b80019abcc
 haddock.cabal |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/haddock.cabal b/haddock.cabal
index 1649904..4814331 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -228,7 +228,10 @@ test-suite spec
     , vendor/attoparsec-0.10.4.0
 
   other-modules:
+      Helper
       Haddock.ParserSpec
+      Haddock.Utf8Spec
+      Haddock.Parser.UtilSpec
 
   build-depends:
       base



More information about the ghc-commits mailing list