Skip to content

Commit dff1c23

Browse files
authored
Merge pull request #151 from phijor/fix-missing-sdist-files
Include Agda files needed for tests in sdist
2 parents 5fb7f1d + 4736aa2 commit dff1c23

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

cornelis.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ build-type: Simple
1818
extra-source-files:
1919
README.md
2020
ChangeLog.md
21+
data-files:
22+
test/Hello.agda
23+
test/Readonly.agda
2124

2225
source-repository head
2326
type: git

package.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ tests:
130130
- filepath
131131
# build-dependencies:
132132
# - hspec-discover
133+
134+
data-files:
135+
# Include Agda files needed for tests
136+
- test/*.agda

0 commit comments

Comments
 (0)