This file contains hidden or 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 is a cabal-sandbox aware wrapper for GHC. | |
# | |
# To see the Template Haskell expansions in my Yesod app, | |
# I tried running (unseccessfully): | |
# | |
# $ ghc -XTemplateHaskell -ddump-splices Foundation.hs | |
# Foundation.hs:21:8: | |
# Could not find module `Yesod.Core.Types' | |
# Use -v to see a list of the files searched for. | |
# |