Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt authored and ulysses4ever committed Dec 13, 2024
1 parent 841ed88 commit f8b1263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cabal check
These warnings may cause trouble when distributing the package:
Warning: [glob-missing-dir] In 'extra-source-files': the pattern '/home/user/file' attempts to match files in the directory '/home/user', but there is no directory by that name.
Warning: [no-glob-match] In 'extra-source-files': the pattern '/home/user/file' does not match any files.
The following errors will cause portability problems on other environments:
Error: [absolute-path] 'extra-source-files: /home/user/file' specifies an absolute path, but the 'extra-source-files' field must use relative paths.
Error: [malformed-relative-path] 'extra-source-files: /home/user/file' is not a good relative path: "posix absolute path"
Expand Down

0 comments on commit f8b1263

Please sign in to comment.