Skip to content

Commit

Permalink
Downgrade to GHC 8.6.2
Browse files Browse the repository at this point in the history
Fixes #108.
  • Loading branch information
tfausak committed Feb 22, 2019
1 parent 163c818 commit a77ef34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stack.yaml
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

0 comments on commit a77ef34

Please sign in to comment.