From c0708611d0627114486d0b8e760739ca2dd9978e Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Tue, 10 Sep 2024 14:31:47 -0400 Subject: [PATCH] sdist --- apple.cabal | 2 ++ zsh/sdist | 1 + 2 files changed, 3 insertions(+) diff --git a/apple.cabal b/apple.cabal index a67f793a8..22c62bb4a 100644 --- a/apple.cabal +++ b/apple.cabal @@ -22,6 +22,8 @@ extra-source-files: test/harness/*.c math/*.🍎 math/*.🍏 + math/numbertheory/*.🍎 + math/numbertheory/*.🍏 Makefile mk/os.mk pyc/Makefile diff --git a/zsh/sdist b/zsh/sdist index 8cfff09f2..c68ab11d8 100755 --- a/zsh/sdist +++ b/zsh/sdist @@ -10,4 +10,5 @@ for src in $(fd '\.🍎') ; do done; sed -i '' 's/[🍎🍏]/apple/g' test/Spec.cpphs +sed -i '' 's/[🍎🍏]/apple/g' of/Test.hs sed -i '' 's/[🍎🍏]/apple/g' apple.cabal