Skip to content

Instantly share code, notes, and snippets.

@mpickering
Created May 30, 2018 20:36
Show Gist options
  • Save mpickering/73749e7783f40cc762fec171b879704c to your computer and use it in GitHub Desktop.
Save mpickering/73749e7783f40cc762fec171b879704c to your computer and use it in GitHub Desktop.
:set -ibackpack
:set -ibasicTypes
:set -icmm
:set -icodeGen
:set -icoreSyn
:set -ideSugar
:set -ighci
:set -ihsSyn
:set -iiface
:set -illvmGen
:set -imain
:set -inativeGen
:set -iparser
:set -iprelude
:set -iprofiling
:set -irename
:set -isimplCore
:set -isimplStg
:set -ispecialise
:set -istgSyn
:set -istranal
:set -itypecheck
:set -itypes
:set -iutils
:set -ivectorise
:set -I../compiler
:set -I../compiler/stage2
:set -I../compiler/stage2/build
:set -i../compiler/stage2/build
:set -I../includes
:set -I../includes/dist-derivedconstants/header
:set -package=ghc-boot-th
:set -fobject-code
:set -DSTAGE=2
:set -XNoImplicitPrelude
:load GHC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment