diff --git a/package.yaml b/package.yaml index c76751b..945fe6d 100644 --- a/package.yaml +++ b/package.yaml @@ -12,6 +12,9 @@ copyright: "(c) Modus Create LLC and its affiliates" language: GHC2021 +extra-source-files: + - README.md + dependencies: - base >= 4.19 && < 4.22 - comonad diff --git a/pup.cabal b/pup.cabal index 2cf7e2a..7c43a67 100644 --- a/pup.cabal +++ b/pup.cabal @@ -16,6 +16,8 @@ copyright: (c) Modus Create LLC and its affiliates license: MIT license-file: LICENSE build-type: Simple +extra-source-files: + README.md source-repository head type: git