diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index f6a2d05..e93e8f7 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -133,8 +133,6 @@ jobs: command: cabal-v2 runner: ubuntu-latest cabal-version: 3.6.2.0 - pack_options: >- - CABAL_PROJECT=cabal.project.d/streamly-core-0.1.0 ignore_error: false pack_options: >- CABAL_BUILD_OPTIONS=" diff --git a/streamly-text.cabal b/streamly-text.cabal index c97d451..1e3504e 100644 --- a/streamly-text.cabal +++ b/streamly-text.cabal @@ -6,6 +6,7 @@ license-file: LICENSE author: Composewell Technologies maintainer: streamly@composewell.com extra-source-files: CHANGELOG.md +extra-doc-files: README.md common compile-options default-language: Haskell2010