[commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Disable doctest with ghc-8.3 (99ec96e)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:07:12 UTC 2017


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

On branches: alexbiehl-patch-1,ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.18,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/99ec96e57ea6b002394c923201d46a67ecfb8e16

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

commit 99ec96e57ea6b002394c923201d46a67ecfb8e16
Author: Alex Biehl <alexbiehl at gmail.com>
Date:   Thu Apr 13 07:27:18 2017 +0200

    Disable doctest with ghc-8.3
    
    Currently doctest doesn't support ghc-head


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

99ec96e57ea6b002394c923201d46a67ecfb8e16
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7fb97c8..405f875 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,10 @@ before_install:
  - cabal update
  - cd haddock-library
  - cabal install --only-dependencies --enable-tests
- - cabal install doctest
+# - cabal install doctest
  # --ghc-options=-Werror
  - cabal configure --enable-tests && cabal build && cabal test
- - doctest -isrc -i$(echo vendor/attoparsec-*) -optP-include -optPdist/build/autogen/cabal_macros.h src/Documentation/Haddock/Parser.hs
+# - doctest -isrc -i$(echo vendor/attoparsec-*) -optP-include -optPdist/build/autogen/cabal_macros.h src/Documentation/Haddock/Parser.hs
  - cabal install
  - cd ..
  - (cd haddock-api/ && cabal install --only-dependencies --enable-tests && cabal configure --enable-tests && cabal build && cabal test && cabal install)



More information about the ghc-commits mailing list