"Open existing project" with Haskell for Mac?

Given:

$ls 
app         cabal.config        publickey.txt       stack.yaml      test
Store_Locations_Files   app-dev.cfg     privatekey.txt      src         
static          myproject.cabal

      

How can I open this project using Haskell for Mac IDE ?

Similar to IDEA with Java, I can simply specify either the pom.xml or the folder that contains it to open the project.

Does this IDE provide?

+3


source to share


1 answer


Haskell for Mac may currently (version 1.4) not import arbitrary existing Haskell projects. For more information, see this Knowledge Base article .



+2


source







All Articles