Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down