mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
440a8664de
Upgrade to GHC 9.4.5, and update any tests. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8954 Co-authored-by: Mohd Bilal <24944223+m-Bilal@users.noreply.github.com> Co-authored-by: Samir Talwar <47582+SamirTalwar@users.noreply.github.com> Co-authored-by: Philip Lykke Carlsen <358550+plcplc@users.noreply.github.com> GitOrigin-RevId: 5261126777cb478567ea471c4bf5441bc345ea0d
10 lines
402 B
Diff
10 lines
402 B
Diff
--- a/compiler/GHC/Linker/Loader.hs
|
|
+++ b/compiler/GHC/Linker/Loader.hs
|
|
@@ -1616,8 +1616,6 @@
|
|
| verbatim = [lib]
|
|
| otherwise = [ "lib" ++ lib ++ lib_tag <.> "a"
|
|
, lib <.> "a" -- native code has no lib_tag
|
|
- , "lib" ++ lib
|
|
- , lib
|
|
]
|
|
lib_tag = if is_hs && loading_profiled_hs_libs then "_p" else ""
|