build_depends: base ^>= 4.12.0.0
, gi-gio
cabal new-build fails with
Could not resolve symbol "g_desktop_app_info_lookup_get_type" in namespace "Gio"
CallStack (from HasCallStack):
error, called at lib/Data/GI/CodeGen/LibGIRepository.hs:167:8 in hskll-g-0.21.5-4d703475:Data.GI.CodeGen.LibGIRepository
I tried
nm /usr/local/Cellar/glib/2.60.0/lib/libgio-2.0.dylib, and
nm /usr/local/Cellar/glib/2.60.0/lib/libglib-2.0.dylib but couldn't locate the symbol anywhere.
System Configuration:
- OS: macOS 10.14.3
- GHC: ghc-8.6.3
- glib: 2.60.0
I installed all the libraries using HomeBrew. Also I am not sure if it's relevant, but gtk2hs builds successfully.
cabal new-buildfails withI tried
nm /usr/local/Cellar/glib/2.60.0/lib/libgio-2.0.dylib, andnm /usr/local/Cellar/glib/2.60.0/lib/libglib-2.0.dylibbut couldn't locate the symbol anywhere.System Configuration:
I installed all the libraries using HomeBrew. Also I am not sure if it's relevant, but gtk2hs builds successfully.