Avi-D-coder / implicit-hie

Auto generate a stack or cabal multi component hie.yaml file
BSD 3-Clause "New" or "Revised" License
201 stars 17 forks source link

Comments in source directory sections are included in the output #24

Closed michaelpj closed 3 years ago

michaelpj commented 3 years ago

e.g.

hs-source-dirs:
  foo
  -- need to include this too
  bar

Gives you a whole bunch of garbage entries like

  - path "<component>/--"
    component: <component>
  - path "<component>/need"
    component: <component>
...
Avi-D-coder commented 3 years ago

My apologies this took so long. It should be fixed now.

michaelpj commented 3 years ago

Thanks!