Skip to content

Instantly share code, notes, and snippets.

Created February 19, 2013 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4982061 to your computer and use it in GitHub Desktop.
Save anonymous/4982061 to your computer and use it in GitHub Desktop.
GHC=ghc-7.4.2
GHCFLAGS=\
-DDEBUG -DHIGHLIGHTINGKATE -DSSH_FLAG -DCLOSING \
-Wall -fno-warn-unused-do-bind \
-threaded \
-isrc \
\
-i../ssh/src \
\
-DHAVE_HTTP \
-XCPP \
-XBangPatterns \
-XPatternGuards \
-XGADTs \
-XTypeOperators \
-XFlexibleContexts \
-XFlexibleInstances \
-XScopedTypeVariables \
-XKindSignatures \
-XRankNTypes \
-XTypeFamilies \
-XNoMonoLocalBinds \
-i../darcs/src \
-I../darcs/src \
-i../darcs/dist/build \
-i../darcs/dist/build/autogen \
../darcs/src/h_iconv.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment