Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
29d7ba1a
Commit
29d7ba1a
authored
Nov 07, 2013
by
Mikhail Glushenkov
Browse files
Add a script for generating the 'extra-source-files' field.
parent
3427641f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/misc/gen-extra-source-files.sh
0 → 100755
View file @
29d7ba1a
#! /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 }'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment