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
{{ message }}
This repository was archived by the owner on Jul 26, 2018. It is now read-only.
@krangelov Do you know why this is happening?. I was able to create the .so file but runghc glosses.hs command resulted in this error.
:~/GFT/GF-master/src/ui/android# runghc glosses.hs
glosses.hs:1:8:
Could not find module ‘SG’
Use -v to see a list of the files searched for.
glosses.hs:2:8:
Could not find module ‘PGF2’
Use -v to see a list of the files searched for.
root@ap-vbox:~/GFT/GF-master/src/ui/android#
@krangelov Do you know why this is happening?. I was able to create the .so file but
runghc glosses.hscommand resulted in this error.