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

Implicit hie fails to generate the main lib component due to package description #39

Closed jneira closed 2 years ago

jneira commented 3 years ago
  Taffybar is a gtk+3 (through gi-gtk) based desktop information bar, intended
  primarily for use with XMonad, though it can also function alongside other EWMH
  compliant window managers. It is similar in spirit to xmobar, but it differs in
  that it gives up some simplicity for a reasonable helping of eye candy. 
cradle:
  cabal:
    - path: "./app/Main.hs"
      component: "taffybar:exe:taffybar"

    - path: "./app/Paths_taffybar.hs"
      component: "taffybar:exe:taffybar"

I dont see at a first look what part of the decription is triggering the bug