Skip to content

Commit 704ffce

Browse files
committed
Expose all the modules before running docspec in the CI
1 parent f8e8e54 commit 704ffce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ jobs:
183183
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20210111/cabal-docspec-0.0.0.20210111.xz
184184
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"
185185
command: |
186+
sed -i 's/other-modules:/exposed-modules:/g' streamly.cabal
187+
sed -i 's/other-modules:/exposed-modules:/g' core/streamly-core.cabal
186188
bash -c "$PACKCHECK cabal"
187189
- *save
188190
hlint-trailing-spaces:

0 commit comments

Comments
 (0)