Commit Graph

363 Commits

Author SHA1 Message Date
Kazu Yamamoto f85ddf5684 Merge pull request #86 from khibino/build_depends
Read depend packages from *.cabal, and adjust compiler package flags.
2012-10-30 00:16:26 -07:00
Kazu Yamamoto e09df8810d Merge pull request #85 from batonius/ghc-7.6-flymake-fix
fly-make warning detection fix
2012-10-30 00:15:18 -07:00
Kei Hibino 87cca58681 Parse *.cabal file at once in initializeGHC. 2012-10-24 10:48:13 +09:00
Kei Hibino 659e5421e7 Remove needless lines and imports. 2012-10-24 10:10:13 +09:00
Kei Hibino c74b58a47f Move an interface function with Cabal package into CabalApi module. 2012-10-24 10:06:24 +09:00
Kei Hibino ff9fa49141 Read depend packages from *.cabal, and adjust compiler package flags. 2012-10-24 09:11:09 +09:00
Batonius 31c2c23c00 Fixing fly-make warning recognition when ghc-mod compiled against GHC 7.6 2012-10-19 23:19:37 +04:00
Kazu Yamamoto e5a2628dfa ver bumps up. 2012-10-19 20:22:15 +09:00
ihameed 8e335fbc3b GHC 7.6.1 compatibility
- switch from ClockTime to UTCTime in Info.pprInfo
- make ghc-mod loggers always take a first argument of type DynFlags
- consolidate GHC API shims in Gap.hs--this depends on tracingDynFlags,
which is unfortunate
2012-10-16 03:27:35 -07:00
Carter Tazio Schonwald 594590f539 Merge pull request #1 from dysinger/ghc-7.6-compat
merge in of Dysinger work for 7.6 compatibility
-Carter
2012-09-27 20:41:31 -07:00
Tim Dysinger b86cc97297 add ignore entry 2012-09-27 14:32:41 -10:00
Tim Dysinger 24f1613e91 Use time package so we're ghc 7.6 compatible 2012-09-27 14:32:29 -10:00
Tim Dysinger 2ca6e2ee08 add dynflags 2012-09-27 14:31:44 -10:00
Carter Tazio Schonwald f7a7c67bcb partial change set for ghc 7.6 api change, needs some more work though. 2012-09-20 14:50:03 -04:00
Kazu Yamamoto e284080fca Using indent-rigidly. 2012-08-10 09:21:09 +09:00
Kazu Yamamoto 549e045673 Using executable-find instead of ghc-which. 2012-08-10 09:10:42 +09:00
Kazu Yamamoto 3861625420 Removing -fno-warn-unused-do-bind. 2012-08-06 09:43:47 +09:00
Kazu Yamamoto 256eec740c Calling save-buffer interactively.
from Troels Henriksen.
2012-08-03 12:44:28 +09:00
Kazu Yamamoto eedca795e1 minor fix. 2012-07-06 16:55:14 +09:00
Kazu Yamamoto 8fbdfac52b ver bumps up. 2012-06-28 11:04:29 +09:00
Zsolt Dollenstein cbb76a4d79 flymake no longer saves the buffer 2012-06-24 12:37:09 +02:00
Kazu Yamamoto 38fae2a648 ver bumps up. 2012-06-13 18:19:55 +09:00
Kazu Yamamoto 4207b80fdb setting after-save-hook to nil in ghc-flymake-init. 2012-06-13 18:16:39 +09:00
Kazu Yamamoto 29243c626c adding what it is. 2012-06-13 13:56:39 +09:00
Kazu Yamamoto 621d320c3f Merge pull request #37 from tarsius/master
follow header conventions
2012-06-12 21:55:21 -07:00
Kazu Yamamoto 43e560afdd ver bumps up. 2012-06-08 17:59:29 +09:00
Kazu Yamamoto b743a8a890 module name that "where" locates in the next line. 2012-06-07 18:42:39 +09:00
Kazu Yamamoto 71038ce5d6 flag hack for GHC 7.4. 2012-06-07 15:56:55 +09:00
Kazu Yamamoto cb2eb3f1b3 ver bumps up. 2012-06-04 16:06:01 +09:00
Kazu Yamamoto a40f293d43 prevent exitFailure. 2012-06-04 15:40:26 +09:00
Kazu Yamamoto 111058562a ver bumps up. 2012-04-16 16:09:49 +09:00
Kazu Yamamoto 66234a7787 ignoring stderr. 2012-04-16 16:09:31 +09:00
Kazu Yamamoto 1a6f8c2b7a ver bumps up. 2012-04-16 11:03:08 +09:00
Kazu Yamamoto fe5c8d663b If ghc-mod is compiled with exec-profiling enabled,
it silently exits if the target file includes TH.
This patch displays such internal errors.
2012-04-16 11:01:29 +09:00
Kazu Yamamoto 3330e93912 ver bumps up. 2012-04-10 10:06:45 +09:00
Kazu Yamamoto 2c31fcd526 cosmetic change. 2012-04-10 09:43:02 +09:00
Kazu Yamamoto 2ce8b64284 Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod into post-command-hook 2012-04-10 09:38:12 +09:00
Kazu Yamamoto 11128abdce Merge pull request #63 from pcapriotti/master
Add option to specify an explicit cabal-dev sandbox
2012-04-09 17:37:35 -07:00
Paolo Capriotti 3d487d0e33 Ignore global package conf when using cabal-dev. 2012-04-09 21:27:07 +01:00
Paolo Capriotti b0cabae366 Add option to specify cabal-dev sandbox explicitly. 2012-04-09 21:27:03 +01:00
Kazu Yamamoto f71358c4d0 Making post-command-hook local-variable is riskey. 2012-04-05 17:23:25 +09:00
Kazu Yamamoto cdd8eb71a3 ver bumps up. 2012-03-26 11:35:01 +09:00
Kazu Yamamoto eb48b8290a Merge pull request #60 from eagletmt/ffi-link
Enable dynamic linking for FFI
2012-03-23 21:16:29 -07:00
eagletmt 0fb6140304 enable dynamic linking for FFI 2012-03-24 12:58:02 +09:00
Kazu Yamamoto f352aedf5d Merge pull request #59 from bjin/fix-extension
fix extensions extraction from Cabal buildinfo
2012-03-23 20:44:48 -07:00
Kazu Yamamoto 31507eec7a Merge pull request #58 from eagletmt/correct-path
Don't change the current directory
2012-03-23 20:42:33 -07:00
Bin Jin 766dc26a33 fix extensions extraction from Cabal buildinfo 2012-03-19 22:52:46 +08:00
eagletmt 3c2436ec82 don't change the current directory 2012-03-19 16:51:31 +09:00
Kazu Yamamoto bf7d79773a Merge pull request #57 from eagletmt/reversed-opts
Pass options in given order
2012-03-11 00:43:47 -08:00
eagletmt 631bbe6be8 pass options in given order 2012-03-11 16:40:52 +09:00