-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #108.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
resolver: lts-13.0 | ||
|
||
# The LTS 13.0 resolver uses the GHC 8.6.3 compiler. Unfortunately GHC 8.6.3 | ||
# has a bug on Windows that prevents Template Haskell splices from running. | ||
# This package uses TH splices extensively and needs to build on Windows, so | ||
# that's a problem. Fortunately Using the same resolver with an older compiler | ||
# fixes the problem. Once either GHC 8.6.4 or 8.8.1 are released this project | ||
# can go back to using the compiler provided by the resolver. | ||
compiler: ghc-8.6.2 # https://github.com/tfausak/rattletrap/issues/108 |