Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Haskero Haskero
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Julien
  • HaskeroHaskero
  • Issues
  • #58
Closed
Open
Created Jul 17, 2017 by Witold Szczerba@witoldsz

Support for case when root project dir is parent of the Stack project

My current project structure is that there are many services, some shared libs and more, like this

  • project root
    • build
    • docker
    • data
    • e2e
    • logs
    • modules
      • module_a (Java/Maven)
      • module_b (Kotlin/Gradle)
      • module_c (NodeJS/NPM)
      • module_d (Haskell/Stack)
      • module_e (Haskell/Stack)
      • and more

Actually there are like 50 microservices and I would like to test-drive Haskell.

As of now, I cannot open project root, navigate to Haskell/Stack project; Haskero works only when "module_d" is opened as a project root.

When I navigate to root/modules/module_d/src/Lib.hs, Haskero figures out the stack.yaml at modules/module_d and use it.

Edited Jul 18, 2017 by Julien
Assignee
Assign to
Time tracking