
After cloning habs repo, syncing hackage db with 'cblrepo sync' and adding yeganesh with 'cblrepo add --ghc-version=7.8.3-1 -u https://hackage.haskell.org/package/yeganesh-2.5/yeganesh.cabal' I see different behavior with 'cblrepo pkgbuild taffybar' and 'cblrepo pkgbuild yeganesh'. Former one generates haskell-taffybar with adjusted PKGBUILD for that name, but latter generates regular 'yeganesh' without any haskell-yeganesh. I cannot find any important difference in cblrepo.db and also grepping through source code, I can't find any other references to taffybar than in cblrepo.db which looks similar to yeganesh's entry. Can you clarify in README of cblrepo or habs - how to generate haskell-* package? I've built xmobar and yeganesh with makeahpkg for x86_64 and i686 and I want to contribute, but I'm totally lost here. Should I change names and PKBUILDS by hand? Why cblrepo pkgbuild generates different results for similar packages in cblrepo.db? Thanks in advance for any help.