I have never had this before, but today I tried using ghc and getting:
could not find module there are files missing in the base-4.10.0.0 package
ghc-pkg check returns:
https://pastebin.com/aCmr9igi
You probably need to tell ghc about using shared libraries using a flag -dynamic, for example.
-dynamic
$ ghc --make -dynamic path/to/file.hs
This means that you do not need to install the package ghc-static.
ghc-static
I had the same problem. Installation ghc-staticfixed.
Source: https://habr.com/ru/post/1686216/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1686211/why-dont-we-have-offsetof-which-works-with-all-types-except-types-with-virtual-inheritance&usg=ALkJrhgk5N5izT5KbpQk42v6T8BnmnEUXwПопытка получить имена файлов без пути или расширения и вывода в список. - c#https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1686213/getting-compile-time-constant-offsetof-of-base-class-in-multiple-inheritance&usg=ALkJrhiMC6Fk2ys_GmYd49taPzTIic0YSAChange FeignClient url at runtime - spring-cloudIs there a way to speed up the Android emulator? - performanceIs there a way to remove a VSTS agent without a PAT? - vstsEfficient way to combine two lists with list or None value - pythonSpecify ESLint migration behavior - reactjsIs it safe to access (read) bits from a bit set (C ++), which can be changed by another thread - c ++Python inherits magic methods based on __init__ value - pythonAll Articles