-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit data types for cabal file entries
@manny-fp This fixes the issue. Accidentally passed in the wrong type here: - (map DotCabalModule (otherModules build) ++ [DotCabalFile (modulePath exe)]) + (map DotCabalModule (otherModules build) ++ [DotCabalMain (modulePath exe)]) Now it's fixed and the 32-unlisted-module test passes.
- Loading branch information
Chris Done
authored and
Chris Done
committed
Sep 4, 2015
1 parent
d6fb242
commit 5f3ffe5
Showing
4 changed files
with
172 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.