Commit Graph

1863 Commits

Author SHA1 Message Date
Nikolay Yakimov 9fd738ec97 Optparse GHC 7.4 compatibility 2015-12-06 01:36:09 +03:00
Nikolay Yakimov b2fb54a356 Fix tests, move option records to Types module 2015-12-06 00:56:19 +03:00
Nikolay Yakimov ad16b739eb Optparse-applicative 2015-12-05 23:55:12 +03:00
Nicolas Rolland bff86be69f some refactoring 2015-11-27 11:15:25 +01:00
Nicolas Rolland e1d2de96c8 fixing tests for logging 2015-11-27 11:15:25 +01:00
Nicolas Rolland 1a8020774e adding Get logging level 2015-11-27 11:15:25 +01:00
Nicolas Rolland d0ea69b61b handling logging level 2015-11-27 11:15:25 +01:00
Nicolas Rolland 06323ac20f adding logging to findCradle methods 2015-11-27 11:15:25 +01:00
Daniel Gröber 16c69b2743 Disable stack support for ghc <7.8 2015-11-26 19:21:15 +01:00
Daniel Gröber 1c0c97bdbb Typo 2015-11-26 16:31:53 +01:00
Daniel Gröber 0d97646694 Remove some redundant calls to withCabal
`chCached` already handles that
2015-11-26 16:19:50 +01:00
Daniel Gröber 412cee9abf Log exceptions in `browse` 2015-11-26 16:19:11 +01:00
Daniel Gröber 87b5b6f8c5 Use HTTPS for hackage-metadata scripts 2015-11-26 16:08:08 +01:00
Daniel Gröber 9c845315f4 Relax haskell-src-exts dependency 2015-11-26 16:08:03 +01:00
Daniel Gröber 81a2d29cdc Fix ghc-7.4 build 2015-11-26 15:30:26 +01:00
Daniel Gröber 6f0b8b00d1 Add some missing copyright boilerplate 2015-11-26 15:03:14 +01:00
Daniel Gröber 4963b782d9 Don't fiddle with state in resolvedComps cacheAction
The general in-memory caching that was added to `cached` handles that
now making this fiddly workaround redundant.
2015-11-26 14:52:25 +01:00
Daniel Gröber a12a7fabc0 Invalidate components cache when setup-config changed (Fix #684) 2015-11-26 14:52:25 +01:00
Daniel Gröber 604f2c18b0 Fix upper bounds on binary for ghc<7.10 2015-11-26 14:52:25 +01:00
Daniel Gröber 8568a6785c Check for in-memory cache invalidation (Fix #683) 2015-11-18 21:41:19 +01:00
Daniel Gröber 82f33cdbd7 Add modtime to on-disk and memory cache 2015-11-18 20:58:29 +01:00
Daniel Gröber 758efc0be7 Add upload-metadata script 2015-11-18 20:56:44 +01:00
Daniel Gröber 0c3587f388 Typo 2015-11-18 20:54:12 +01:00
Daniel Gröber b923e2662d Switch to using binary instead of cereal. 2015-11-18 20:51:37 +01:00
Daniel Gröber 54801d950a Update 5.4 metadata to fix stackage#974 2015-11-15 19:43:36 +01:00
Daniel Gröber 911ba75c99 Update Hackage metadata 2015-11-12 13:08:58 +01:00
Daniel Gröber f7d4f15778 Fix wrong upper bound on cereal 2015-11-12 13:08:58 +01:00
Daniel Gröber e278e1414d Add package metadata from hackage 2015-11-05 23:07:57 +01:00
Daniel Gröber 3bd28e90ed Fix cabal file parse error 2015-11-05 23:07:57 +01:00
Daniel Gröber 6ea3b12b48 Add upper bounds to build-depends
thanks cabal-bounds :)
2015-11-05 21:22:37 +01:00
Daniel Gröber 98cfb43ef6 Merge pull request #677 from Heather/clean
src: drop unused DeriveDataTypeable
2015-11-04 18:00:33 +01:00
Heather de12b61d77 src: drop unused DeriveDataTypeable 2015-11-03 16:49:52 +04:00
Daniel Gröber 34d84e389b Merge pull request #674 from iainnicol/master
Update MELPA URL
2015-11-01 22:44:05 +01:00
Iain Nicol 937605211d Update MELPA URL
A good reason to update is that the TLS certificate served at the old
domain is currently only valid for the new domain.
2015-11-01 13:57:14 +00:00
Daniel Gröber cb33004b7f Update HCAR entry 2015-10-29 23:43:02 +01:00
Daniel Gröber ca2992d83c Remove redundant constraint from runGhcModT 2015-10-29 18:52:51 +01:00
Daniel Gröber 8f4752ebd6 Merge pull request #649 from robstewart57/master
Adds report-ghc-errors to turn off *GHC Error* buffer when nil
2015-10-13 21:19:57 +02:00
Daniel Gröber 2ef3e7afe8 Merge pull request #592 from wolftune/patch-1
Added Atom to the list of supported editors
2015-10-11 21:55:56 +02:00
Daniel Gröber df1f9bb33f Merge pull request #634 from alanz/timing-pr2
Speed up map-file loading
2015-10-11 21:55:32 +02:00
Rob Stewart 138c711dc1 Adds ghc-report-errors to turn off *GHC Error* buffer when nil
ghc-mod now writes GHC errors to a new *GHC Error* buffer only if
report-ghc-errors has the value `t`. If a user wants to silence this
buffer, they should evaluate the following s-expression.

    (setq ghc-report-errors nil)

Fixes kazu-yamamoto/ghc-mod#618
2015-10-10 23:52:36 +01:00
Daniel Gröber 2e09ed295c Merge pull request #646 from rpglover64/patch-1
Bump cabal-helper dependency in stack.yaml
2015-10-07 12:24:31 +02:00
Alex R 01834dd8cd Bump cabal-helper dependency in stack.yaml 2015-10-06 20:37:36 -04:00
Daniel Gröber e74a6c05b8 Bump cabal-helper dependency 2015-10-05 17:38:12 +02:00
Alan Zimmerman a23b832258 Make travis happy for 7.8 version 2015-10-03 16:00:46 +02:00
Alan Zimmerman fc7b059f92 Update from input by @lierdakil 2015-10-01 08:54:13 +02:00
Alan Zimmerman 1d370f5866 Speed up map-file loading 2015-09-30 21:31:07 +02:00
Daniel Gröber 6b2246ebd6 Dead code be gone 2015-09-30 11:27:19 +02:00
Daniel Gröber 19b3de3569 Preserve cabal flags when reconfiguring project 2015-09-24 05:27:20 +02:00
Daniel Gröber 2549bba7b8 Fix yesterday's fix
we were invoking cabal-helper too early
2015-09-24 04:49:49 +02:00
Daniel Gröber 6710503648 Typo 2015-09-24 03:20:53 +02:00