Skip to content

Instantly share code, notes, and snippets.

View ScriptDevil's full-sized avatar

Ashok Gautham ScriptDevil

View GitHub Profile
@cstrahan
cstrahan / ghcs.sh
Last active August 29, 2015 13:56
cabal sandbox aware ghc wrapper
# 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.
#