You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be independent of local cabal package.
(foo is local, has a direct dependency on gtk3, compiles fine when removing the dependency.)
cabal new-build -j1
In order, the following will be built (use -v for more details):
gtk3-0.14.2
foo-0.1.0.0
[1 of 2] Compiling SetupWrapper ( CWD/dist-newstyle/tmp/gtk3-12054/gtk3-0.14.2/SetupWrapper.hs, CWD/dist-newstyle/tmp/gtk3-12054/gtk3-0.14.2/dist/setup/SetupWrapper.o )
[2 of 2] Compiling Main ( CWD/dist-newstyle/tmp/gtk3-12054/gtk3-0.14.2/dist/setup/setup.hs, CWD/dist-newstyle/tmp/gtk3-12054/gtk3-0.14.2/dist/setup/Main.o )
Linking CWD/dist-newstyle/tmp/gtk3-12054/gtk3-0.14.2/dist/setup/setup ...
[1 of 2] Compiling Gtk2HsSetup ( Gtk2HsSetup.hs, dist/setup-wrapper/Gtk2HsSetup.o )
[2 of 2] Compiling Main ( SetupMain.hs, dist/setup-wrapper/Main.o )
Linking dist/setup-wrapper/setup ...
Configuring gtk3-0.14.2...
setup: At least the following dependencies are missing:
time -any, transformers -any
The text was updated successfully, but these errors were encountered:
It seems to be independent of local cabal package.
(
foo
is local, has a direct dependency ongtk3
, compiles fine when removing the dependency.)The text was updated successfully, but these errors were encountered: