Commit Graph

28 Commits

Author SHA1 Message Date
Kazu Yamamoto
a05e4e817d test for Cabal where exec depends on its lib and its fix code. 2013-02-13 15:29:24 +09:00
Kazu Yamamoto
dd6ade19b3 Using display instead of Gap.extensionToString.
eagletmt suggested that extensionToString is broken in GHC 7.6.* in #101.
We use 'display' as a right API.
2013-02-13 14:18:24 +09:00
Kazu Yamamoto
5b2ddde59e test for Cabal and CabalApi. 2013-02-12 16:24:33 +09:00
Kei Hibino
87cca58681 Parse *.cabal file at once in initializeGHC. 2012-10-24 10:48: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
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
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
f3725127bc Using io-choice. 2012-02-16 14:44:20 +09:00
Kazu Yamamoto
9daf5b36f0 filling the gap b/w Cabal 1.10 and 1.14. 2012-02-15 15:57:43 +09:00
Kazu Yamamoto
96cbf68e16 more applicative.
error msg fix.
2012-02-15 14:52:48 +09:00
Kazu Yamamoto
7474968486 fixing terrible bug on Maybe. 2012-02-15 13:58:04 +09:00
Kazu Yamamoto
13013445e3 extract Extensions: and Default-Language: from a Cabal file. 2012-02-14 18:25:21 +09:00
Kazu Yamamoto
a7430eb494 Adaptor layer for GHC API. 2012-02-14 16:09:53 +09:00
Kazu Yamamoto
36c0b7ac85 general parsing for *.cabal! 2012-02-06 18:07:32 +09:00
Kazu Yamamoto
f1b68d5adf adding the current dir to import dirs. 2011-12-19 15:54:46 +09:00
Kazu Yamamoto
b9826a0064 attoparsec 0.10. 2011-12-02 12:29:28 +09:00
Hideyuki Tanaka
df23fa67fa fix for attoparsec-0.10 2011-11-30 03:02:55 +09:00
Kazu Yamamoto
dc552406e0 adding dir for doesFileExist. 2011-10-19 14:22:28 +09:00
Kazu Yamamoto
a07ce7edcc import path fall back. 2011-10-18 12:22:48 +09:00
Kazu Yamamoto
15c3d74f6d regular file check. 2011-10-18 12:09:25 +09:00
Kazu Yamamoto
1790c5f327 ErrMsg module. 2011-08-24 16:50:26 +09:00
Kazu Yamamoto
dbdcf9841e Supporting GHC 7.2.1! 2011-08-24 15:58:12 +09:00
Takano Akio
ad55168265 adding options: --package-conf and --no-user-package-conf
These command line options work just like the similar-named GHC flags.
They are useful when working with non-standard package databases.
2011-05-28 06:06:13 +09:00
Kazu Yamamoto
92777ed539 Using stringCI.
Suggested by eagletmt.
2011-05-27 10:07:27 +09:00
Kazu Yamamoto
0ac5bd9c50 adding Cabal.hs 2011-05-24 16:18:22 +09:00