diff --git a/package.yaml b/package.yaml index d29b825..8e81d88 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/stacked.cabal b/stacked.cabal index 846045d..4c24689 100644 --- a/stacked.cabal +++ b/stacked.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