haskell-suite / haskell-packages

Haskell suite library for package management and integration with Cabal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy all files with the given extensions on installation

phischu opened this issue · comments

I created a simple compiler with Compiler.simple. Since my compiler outputs two files per module with different extensions I listed both file extensions. I was rather suprised to find that on installation not both files were copied but only one (the one with the extension listed first). Is this intended behaviour? If not I could submit a patch that copies all files with any of the given extensions.

Sounds like a bug to me. Did you find why that happens?