Kazu Yamamoto
5006d836e1
using GHC 7.8.2.
2014-04-18 11:43:06 +09:00
Kazu Yamamoto
ffdad00950
Merge pull request #223 from DanielG/dev
...
More refactoring of package handling
2014-04-18 11:20:54 +09:00
Daniel Gröber
bd2db5e98e
Dont use Applicative ReadP instance
2014-04-18 04:00:01 +02:00
Daniel Gröber
1639a7b2e0
Bring spec up to speed
2014-04-18 04:00:01 +02:00
Daniel Gröber
2381f6e1ab
More refactoring of package handling
...
- 'GhcPkg' now parses 'ghc-pkg -v list' output directly to also get the
package-id
- Remove unused field 'cradlePackages' in Cradle
- Remove 'getPackageDbPackages' and use 'ghcPkgListEx' instead
2014-04-18 03:59:46 +02:00
Kazu Yamamoto
68f64639dc
Merge pull request #221 from satoshi-murakumo/fix-windows-tempfile-handling
...
Fix windows tempfile handling
2014-04-17 09:20:10 +09:00
satoshi-murakumo
0eadfa91fd
Fix windows tempfile handling
...
On Windows, `ghc-mod lint` fails with following message.
ghc-mod: DeleteFile "<Ommit>\\Temp\\ghc-mod-hlint8464": permission denied <Ommit>
Perhaps, On Windows, GHC opens file exclusively.
So, we move `removeFile` to `finally`.
2014-04-16 22:41:53 +09:00
Kazu Yamamoto
abb9ecd8ac
style.
2014-04-16 11:59:00 +09:00
Kazu Yamamoto
145c27a129
hlint hack.
2014-04-16 11:52:49 +09:00
Kazu Yamamoto
cd56e26b25
just style.
2014-04-16 11:50:31 +09:00
Kazu Yamamoto
697ad3722a
removing warnings.
2014-04-16 11:32:36 +09:00
Kazu Yamamoto
2dc1eb645a
Merge branch 'dev' of git://github.com/DanielG/ghc-mod into DanielG-dev
2014-04-16 11:24:39 +09:00
Daniel Gröber
bb438feb83
User ghc's cProjectVersionInt to get version information
2014-04-16 01:57:52 +02:00
Daniel Gröber
be4172b454
Add cabal.sandbox.config.in to Extra-Source-Files
2014-04-15 17:13:55 +02:00
Daniel Gröber
7d75787ae3
Only add available package to ghc options
...
Fixes #185
2014-04-15 05:18:42 +02:00
Daniel Gröber
30b8366526
Refactor the way packages databases are handled
...
- cradle now stores a list of active package databases instead of only
the user store (if present).
- rename `cradlePackageDb` -> `cradlePkgDbStack` as that`s what the ghc
documentaion calls this kind of thing
- `getPackageDbPackages` now returns names of all visible packages in
the given directory. Also the implementation now uses `ghc-pkg`
instead of manually looking at the package database
2014-04-15 05:15:50 +02:00
Kazu Yamamoto
e24fc141f8
Using Options.
2014-04-11 16:07:36 +09:00
Kazu Yamamoto
8f5498c554
refactoring.
2014-04-11 14:59:31 +09:00
Kazu Yamamoto
a0d559de61
clarifying Ghc and IO.
2014-04-11 13:14:45 +09:00
Kazu Yamamoto
998a43ce24
removing depanal.
2014-04-11 12:56:06 +09:00
Kazu Yamamoto
196450af9f
simplifying modSummary.
2014-04-11 12:41:39 +09:00
Kazu Yamamoto
3ed59464f0
just style.
2014-04-11 12:21:58 +09:00
Kazu Yamamoto
862e8c397c
refactoring.
2014-04-11 12:19:42 +09:00
Kazu Yamamoto
dd8f9a5fcb
refactoring.
2014-04-11 11:54:39 +09:00
Kazu Yamamoto
e9859980ab
info/type does not require module name.
...
Fallback was removed. See #199 .
2014-04-11 11:51:25 +09:00
Kazu Yamamoto
54bea65736
style change.
2014-04-11 11:15:59 +09:00
Kazu Yamamoto
ba4a1b9688
removing unnecessary code.
2014-04-11 11:13:24 +09:00
Kazu Yamamoto
1d2cf4cb9f
fixing the fallback mechanism for info.
2014-04-11 11:02:05 +09:00
Kazu Yamamoto
29eead23b8
Merge pull request #215 from exFalso/ghc-modi-flag
...
added -g option to ghc-modi
2014-04-11 10:04:31 +09:00
exfalso
b1f6388cf5
added -g option to ghc-modi
2014-04-10 15:21:30 +02:00
Kazu Yamamoto
d6a81c0506
refactoring.
2014-04-10 16:41:05 +09:00
Kazu Yamamoto
d6762ede6e
fixing typos.
2014-04-10 16:36:15 +09:00
Kazu Yamamoto
9cd3d521d4
Supporting GHC 7.8's unicode quote.
2014-04-09 15:17:51 +09:00
Kazu Yamamoto
770644e87d
debug also displays sys lib dir.
2014-04-09 15:15:26 +09:00
Kazu Yamamoto
3bd0c3dafb
changelog.
2014-04-08 14:13:54 +09:00
Kazu Yamamoto
02af334b94
imports Data.ByteString, System.FilePath, and System.Directory at booting.
2014-04-08 13:56:33 +09:00
Kazu Yamamoto
69ec168c7b
errors over warnings ( #212 ).
2014-04-08 13:42:41 +09:00
Kazu Yamamoto
b8423a2ce6
refactoring.
2014-04-08 13:35:16 +09:00
Kazu Yamamoto
4cd0a25ecb
adding two mods to preferred.
2014-04-07 22:05:59 +09:00
Kazu Yamamoto
6be743c90a
removing trailing \n for minibuf.
2014-04-07 15:23:18 +09:00
Kazu Yamamoto
f50d81769b
Merge pull request #210 from notogawa/remove-redundancy
...
remove minibuffer error message redundancy.
2014-04-07 15:08:43 +09:00
Kazu Yamamoto
e537624e65
ver bumps up.
2014-04-07 15:04:27 +09:00
Kazu Yamamoto
4b9b26655a
checking buffer-read-only.
2014-04-07 14:59:53 +09:00
notogawa
720a01326e
remove minibuffer error message redundancy.
2014-04-07 14:56:50 +09:00
Kazu Yamamoto
58e0b91e65
elisp doc update.
2014-04-07 14:51:24 +09:00
Kazu Yamamoto
ff97eaeb43
Merge pull request #209 from yuga/option
...
add command line option: -b sep
2014-04-07 14:41:34 +09:00
Shohei Murayama
a33aeaa973
add command line option: -b sep
2014-04-07 14:08:54 +09:00
Rohan Jain
a21178d2af
Use temporary buffer for ghc-display
...
Instead of opening a normal editable buffer (in which editing text does
not make a lot of sense), use Emacs's temporary buffer. Benefits:
- Read only: Text cannot be modified when focused.
- Much easier to close (press q), after reading or copying from the
warning/error.
Signed-off-by: Rohan Jain <crodjer@gmail.com>
2014-04-07 12:52:58 +09:00
Kazu Yamamoto
cc519edc98
fixing #204 .
2014-04-07 12:02:10 +09:00
Kazu Yamamoto
894c94e48d
comment.
2014-04-07 09:19:23 +09:00