We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e8e54 commit 704ffceCopy full SHA for 704ffce
.circleci/config.yml
@@ -183,6 +183,8 @@ jobs:
183
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20210111/cabal-docspec-0.0.0.20210111.xz
184
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"
185
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
188
bash -c "$PACKCHECK cabal"
189
- *save
190
hlint-trailing-spaces:
0 commit comments