tomsmalley / semantic-reflex

🔧 Semantic UI for Haskell and Reflex-DOM
https://tomsmalley.github.io/semantic-reflex/
BSD 3-Clause Clear License
38 stars 13 forks source link

Remove CPP from default extensions #38

Closed alexfmpe closed 5 years ago

alexfmpe commented 5 years ago

I loaded semantic-reflex into a repl with another package and started getting weird errors. Turns out CPP and string gaps don't mesh. https://ghc.haskell.org/trac/ghc/ticket/10230 https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/phases.html?#cpp-and-string-gaps

tomsmalley commented 5 years ago

Nice catch, thanks!