Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a9608cb9
Commit
a9608cb9
authored
Apr 28, 2013
by
ian@well-typed.com
Browse files
Record libffi directory in rts package conf; trac #7465
Patch from Peter Trommler
parent
2cf5bd3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/package.conf.in
View file @
a9608cb9
...
...
@@ -16,9 +16,9 @@ hidden-modules:
import-dirs:
#ifdef INSTALLING
library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR
library-dirs: LIB_DIR"/rts-1.0" PAPI_LIB_DIR
FFI_LIB_DIR
#else /* !INSTALLING */
library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR
library-dirs: TOP"/rts/dist/build" PAPI_LIB_DIR
FFI_LIB_DIR
#endif
hs-libraries: "HSrts" FFI_LIB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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