Commit Graph

2307 Commits

Author SHA1 Message Date
Daniel Gröber 9de6fa5998 Remove stack*.yaml 2017-05-26 22:47:13 +02:00
Daniel Gröber 9ab25526b8 Bump version to 5.8.0.0 2017-05-26 22:42:04 +02:00
Daniel Gröber 8bfd542ad2 Sync cabal-helper bound with 5.7 release branch 2017-05-26 21:51:46 +02:00
Daniel Gröber 04972673dd elisp: Fix excessive map-file calls (again)
(current-buffer) refered to the ghc-mod process buffer not the (user)
file buffer we actually wanted to check for modifications.
2017-05-26 09:44:05 +02:00
Daniel Gröber efca8f8270 Bump dependency on HLint to 2.* 2017-05-26 08:56:30 +02:00
Daniel Gröber e2490a1cf0 Fix tests for ghc-7.6 2017-05-22 01:02:56 +02:00
Daniel Gröber dc0a161925 Reorganize shared modules 2017-05-21 23:58:43 +02:00
Daniel Gröber 3572b720d1 Add README.md to extra-source-files 2017-05-21 23:58:43 +02:00
Daniel Gröber 1d12638e21 Change description in ghc-mod.cabal 2017-05-21 23:58:43 +02:00
Daniel Gröber 3f98bdfb31 Remove NotCPP code (not used by Setup.hs anymore) 2017-05-21 23:58:43 +02:00
Daniel Gröber 26730126ca Reorganize build-depends in cabal file
- Sort adjacent lines
- Align version bounds by column globally
- Remove bounds from GHC boot libraries where redundant to make
  maintanance easier
2017-05-21 23:58:43 +02:00
Daniel Gröber 90e7e079bf Remove bench dependency on TestUtils 2017-05-21 23:58:43 +02:00
Daniel Gröber 1065837876 Remove unused hs-src-dirs from spec component 2017-05-21 23:58:43 +02:00
Daniel Gröber 37f61fb9c6 Remove 'SPEC' ifdefs 2017-05-21 23:58:40 +02:00
Daniel Gröber 4a6aeadfc1 Remove X-Depends-Like from cabal file
..to relax Cabal dependency back to 1.18 (for ghc-7.8)
2017-05-21 22:57:20 +02:00
Daniel Gröber 9804b29aaa Simplify Setup.hs by renaming int. exe into place 2017-05-18 00:13:16 +02:00
Daniel Gröber d7a00ffcca Fix ghc-7.6 compile time errors 2017-05-12 15:28:19 +02:00
Daniel Gröber b242df63dc Move hackage-metadata/ into a seperate repo 2017-04-18 03:39:31 +02:00
Daniel Gröber 50617fe41d docker.sh: Add GHC 8.2.1-rc1 (not working yet) 2017-04-17 00:19:48 +02:00
Daniel Gröber 472db909d1 Update README (again) 2017-03-09 11:36:49 +01:00
Daniel Gröber 019b65c416 Update REAME 2017-03-09 11:34:17 +01:00
Daniel Gröber 2135ff438d Change slogan 2017-03-07 00:25:46 +01:00
Daniel Gröber c9914cf848 scripts: Update docker.sh
[ci skip]
2017-03-03 09:39:14 +01:00
Daniel Gröber fdd8ffb390 ci: Use custom images to cover GHC 7.6-8.0 2017-03-03 04:47:12 +01:00
Daniel Gröber f4935b6074 Make section spacing in cabal file consistent 2017-03-01 08:26:37 +01:00
Daniel Gröber 04baf3e31f Add new shelltestrunner based test-suite 2017-03-01 08:26:17 +01:00
Daniel Gröber 53df9d228f Fix CabalHelper tests 2017-03-01 08:20:19 +01:00
Daniel Gröber 8680b3f7d1 Make sure tests can't be forgotten in cabal file
some *Spec.hs files weren't landing in the sdist since they werent
listed in other-modules and since we use hspec-discover no one ever
noticed.
2017-03-01 03:26:37 +01:00
Daniel Gröber 2d6d03fcea Force overwrite tag in bump.sh 2017-03-01 01:46:50 +01:00
Daniel Gröber 037006383d Merge pull request #872 from maximbaz/do-not-log-warning-stack-project
Do not log warning when Stack project is preferred
2017-02-28 03:13:20 +01:00
eatobin 97c3f018c4 Fix build on case-insensitive filesystems (#873) 2017-02-28 03:01:14 +01:00
Maxim Baz 2f8279f58b Do not log warning when Stack project is preferred 2017-02-26 19:40:45 +01:00
Daniel Gröber 084688bb35 Fix 'debug' command when ghc(-pkg) not on PATH 2017-01-23 01:18:34 +01:00
Daniel Gröber 01e84fffa4 Add missing other-modules for ghc-modi 2017-01-23 01:18:34 +01:00
Daniel Gröber a493e9637f Minor README update [ci skip] 2017-01-23 00:36:57 +01:00
Daniel Gröber 5cd74b5f56 Minor README updates [ci skip] 2017-01-23 00:34:57 +01:00
Daniel Gröber b185571e94 Swap out README 2017-01-23 00:31:14 +01:00
Daniel Gröber c3d0a681a1 ChangeLog 2017-01-16 23:15:02 +01:00
Daniel Gröber 4827fafe43 Bump version to 5.7.0.0 2017-01-16 23:14:49 +01:00
Daniel Gröber 6ec3508d5c Merge remote-tracking branch 'alanz/release-5.7.0.0-ci' into release-5.7.0.0-ci 2017-01-16 23:02:45 +01:00
Alan Zimmerman 7399619e05 Use newer cabal-helper.
And fix directory upper bound
2017-01-16 23:37:35 +02:00
Alan Zimmerman 6ee5d04bbf Update bounds 2017-01-16 23:17:33 +02:00
Daniel Gröber 649a39fed6 Add tested-with: ghc-7.8 [skip ci] 2017-01-16 21:58:00 +01:00
Daniel Gröber cb9ddf86e3 CPP around optparse-applicative and hse conflicts 2017-01-16 21:49:55 +01:00
Daniel Gröber 9bd39a855a CPP around optparse-applicative and hse conflicts 2017-01-16 21:16:32 +01:00
Daniel Gröber 5df1480309 Add .gitlab-ci.yml 2017-01-16 20:12:19 +01:00
Alan Zimmerman 14972cacd6 Exclude GHC 7.8 as a valid compiler
Because it has transformers-0.3 baked in, and that is too old
2017-01-16 17:40:46 +02:00
Daniel Gröber e20bb704f6 Add .gitlab-ci.yml 2017-01-16 10:35:00 +01:00
Alan Zimmerman 3584655118 Update haskell-src-exts, extra, pipes to current
As per stackage nightly-2017-01-13
2017-01-13 13:01:39 +02:00
Alan Zimmerman 93138a50bb Update 5.6.0.0 to work with latest optparse-applicative
And ghc-8.0.2
2017-01-12 20:48:41 +02:00