Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
f67ef3d3
Commit
f67ef3d3
authored
20 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
added test case for subdirs in c source files
parent
df7fc576
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/A/Setup.description
+1
-1
1 addition, 1 deletion
test/A/Setup.description
test/A/c_src/hello.c
+1
-0
1 addition, 0 deletions
test/A/c_src/hello.c
with
2 additions
and
1 deletion
test/A/Setup.description
+
1
−
1
View file @
f67ef3d3
...
...
@@ -2,7 +2,7 @@ Name: test
Version: 1.0
Modules: A, B.A, C
Exposed-Modules: A
C-Sources: hello.c
C-Sources: hello.c
, c_src/hello.c
Extensions: ForeignFunctionInterface
Executable: testA
...
...
This diff is collapsed.
Click to expand it.
test/A/c_src/hello.c
0 → 100644
+
1
−
0
View file @
f67ef3d3
int
foo
()
{
return
9
;}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment