Skip to content
Snippets Groups Projects
Commit 29d7ba1a authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Add a script for generating the 'extra-source-files' field.

parent 3427641f
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
find tests -type f \( -name '*.hs' -or -name '*.c' -or -name '*.sh' \
-or -name '*.cabal' -or -name '*.hsc' \) -and -not -regex ".*/dist/.*" \
| awk '/Check.hs$|UnitTests|PackageTester|autogen|PackageTests.hs|CreatePipe/ { next } { print }'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment