Skip to content

Commit 0bf6604

Browse files
Check Haddock, sdist for both packages
Only the Haddock for clash-protocols was checked for warnings, and v2-sdist was only run for clash-protocols. The omission of clash-protocols-base was probably an oversight when splitting the package in two (#104).
1 parent 76a9d33 commit 0bf6604

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ci/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -xeou pipefail
33

4-
cabal v2-haddock clash-protocols |& tee haddock_log
4+
cabal v2-haddock all |& tee haddock_log
55

66
set +e
77

.ci/cabal.project.local.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package *
22
documentation: __CHECK_HADDOCK__
33

44
package clash-protocols-base
5+
documentation: False
56
ghc-options: -Werror
67

78
package clash-protocols

.ci/test_cabal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -xeou pipefail
33

44
cabal v2-run unittests --enable-tests
55
cabal v2-run doctests --enable-tests
6-
cabal v2-sdist clash-protocols
6+
cabal v2-sdist all

0 commit comments

Comments
 (0)