From 8229058e88c426ed8d0ed8e86bcffb269c4703ee Mon Sep 17 00:00:00 2001 From: Arnaud Spiwack Date: Thu, 8 Jan 2026 15:34:50 +0900 Subject: [PATCH] Add README to sdist --- package.yaml | 3 +++ pup.cabal | 2 ++ 2 files changed, 5 insertions(+) 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