Daniel Gröber
41de8b8b2e
Sandwich new Monad layer GmOutT into transformer stack
...
This way we can have access to some options pre Cradle setup which
should fix the output interleaving problems I was observing.
2015-09-01 10:32:27 +02:00
Daniel Gröber
2af1da960b
Also catch exceptions thrown in IO
2015-09-01 10:29:21 +02:00
Daniel Gröber
99ed6a94f1
Add IIJLAB presentation
2015-09-01 10:29:21 +02:00
Peter Simons
30d95c5fce
README.md: update the instructions for Nix & NixOS
...
The stackoverflow article the README used to link to is outdated and no
longer applies.
2015-09-01 10:29:21 +02:00
Kazu Yamamoto
d681130c88
ghc-debug now displays the output of "ghc-mod debug". ( #571 )
2015-09-01 10:29:21 +02:00
Kazu Yamamoto
b124fa7d0f
Using "^import +". ( #570 )
2015-09-01 10:29:21 +02:00
Daniel Gröber
899d583549
error
-> throw $ GMEProcess
2015-09-01 10:27:41 +02:00
Daniel Gröber
4aa75818d8
Fix tests
2015-08-31 08:32:31 +02:00
Daniel Gröber
0b65487e50
Stderr output pre-GhcModT for stack cradle
2015-08-31 07:49:06 +02:00
Daniel Gröber
2a0414f368
Pass stack ghc paths down to cabal-helper
2015-08-31 04:17:33 +02:00
Daniel Gröber
85722ab6f2
Cleanup
2015-08-24 15:11:05 +02:00
Daniel Gröber
c5db06af0f
Fix missing liftIO
2015-08-21 04:21:27 +02:00
Daniel Gröber
65b3d78d2f
Merge branch 'master' of https://github.com/PierreR/ghc-mod
2015-08-21 04:13:40 +02:00
Daniel Gröber
473f1e09c7
Rename withContext -> withInteractiveContext
2015-08-21 04:12:53 +02:00
Daniel Gröber
eceb34c8af
Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod
2015-08-21 04:12:29 +02:00
Pierre Radermecker
86c35733cb
Update stack to lts-3.1 resolver
2015-08-20 12:14:01 +02:00
Daniel Gröber
19e62b0a6a
Inhibit stack support when dist/setup-config exists
2015-08-20 08:43:36 +02:00
Kazu Yamamoto
26d72b0b88
supporting map-file in Emacs frontend.
2015-08-20 11:33:55 +09:00
Daniel Gröber
8fa3a1e3cf
Add missing copyright notice for NotCPP to srcdist
2015-08-20 03:46:20 +02:00
Kazu Yamamoto
f0a98cf64f
removing unused variable.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
afe8f69ab9
removing unused variable.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
531a731da1
preventing "unused variable" warnings.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
24510719b8
adding "make lint" for Elisp.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
797aef2a09
Merge remote-tracking branch 'origin/fix-loop'
2015-08-20 09:49:06 +09:00
Daniel Gröber
95426d4aeb
Merge remote-tracking branch 'origin/fix-el'
2015-08-20 02:20:26 +02:00
Daniel Gröber
b25dbc2416
Merge branch 'stack-support'
2015-08-20 02:14:55 +02:00
Daniel Gröber
91f0c50b20
Merge branch 'file-redirection-2' of https://github.com/atom-haskell/ghc-mod
2015-08-20 02:10:05 +02:00
Daniel Gröber
822d9344df
Merge remote-tracking branch 'rkarp/stack-build'
2015-08-20 02:07:11 +02:00
Daniel Gröber
04b78d2719
Merge branch 'master' of https://github.com/Oblosys/ghc-mod
2015-08-20 02:05:40 +02:00
Daniel Gröber
74feac1791
Merge remote-tracking branch 'rkarp/stack-build' into stack-support
2015-08-19 09:25:36 +02:00
Daniel Gröber
23a48aa6c7
Use cabal-helper for stack
2015-08-19 09:18:10 +02:00
Daniel Gröber
18a8c67d39
Take sandbox cfg into account for caches
2015-08-19 09:18:10 +02:00
Daniel Gröber
78bdf86a95
Fix all the stack related things
2015-08-19 09:17:41 +02:00
scturtle
d660e7cd85
add 'StackProject' around
2015-08-19 09:17:30 +02:00
scturtle
a285b42206
Refactor the hard-coding "dist"
2015-08-19 09:17:30 +02:00
scturtle
cbb8feb0ad
Add test project in cabal file
2015-08-19 09:17:30 +02:00
scturtle
ba13688413
Tell travis to download stack binary file
2015-08-19 09:17:12 +02:00
scturtle
89c3faea05
Initilize test for stack project
2015-08-19 09:17:11 +02:00
scturtle
320b404a8c
Yet another try to support Stack.
2015-08-19 09:17:11 +02:00
Daniel Gröber
e360f7eb44
Fix older GHCs
2015-08-19 09:05:57 +02:00
Kazu Yamamoto
c3dff64389
M-t now replace type hole. ( #545 ).
2015-08-19 15:21:59 +09:00
Kazu Yamamoto
b7cea06a52
Flushing stdout to solve infinite loop ( #542 ).
2015-08-19 15:02:00 +09:00
Daniel Gröber
50ab2091d6
Add missing test files
2015-08-19 07:02:57 +02:00
Nikolay Yakimov
2bd12ee417
Fix --map-file docs
2015-08-19 05:28:26 +03:00
Alan Zimmerman
e198f68f2a
Rearrange loadTargets code.
...
The loadTargets function is exposed via the Internal module for use by
external programmes, such as HaRe.
Re-arrange to code so that it can still be called with a list of string
targets, as it was before.
2015-08-19 03:34:01 +02:00
Martijn Schrage
7ac5aca5a5
Use https in Location url to get clickable link on hackage web page
2015-08-18 17:13:54 +02:00
Daniel Gröber
bb3a948912
Fix over-qualified error messages ( Fix #551 )
2015-08-18 09:26:53 +02:00
Daniel Gröber
90b1e452e2
Some pretty printing "improvements" (hopefully)
2015-08-18 04:54:10 +02:00
Daniel Gröber
f7149ba23f
Cleanup
2015-08-18 04:50:51 +02:00
Daniel Gröber
cdc74e059c
Fix ghc-modi not exiting cleanly
2015-08-18 04:50:19 +02:00