aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add retry loop to 'cabal update'Daniel Gröber2017-11-262-1/+1
|
* ci: Upgrade to GHC 8.2.2Daniel Gröber2017-11-261-2/+2
|
* Relax semigroupoids constraintAlan Zimmerman2017-11-191-1/+1
|
* Fix windows build using unix-compatVladislav Shtepin2017-11-074-13/+37
|
* Fix compilation error on GHC 7.{4,6,8}Daniel Gröber2017-10-251-1/+3
|
* Cleanup runtime MainDaniel Gröber2017-10-101-140/+203
|
* Support using act-as-setup with c-i >=1.24Daniel Gröber2017-10-041-16/+27
|
* Move 'trim' to commonDaniel Gröber2017-10-042-3/+4
|
* Re-add ghc-prim dependsDaniel Gröber2017-09-281-1/+7
|
* Fix lib with GHC<7.10Daniel Gröber2017-09-281-2/+2
|
* Move split source into src/ and lib/Daniel Gröber2017-09-2815-8/+11
|
* Fix Setup.hs for GHC<7.10Daniel Gröber2017-09-281-0/+1
|
* Simplify Distribution.Helper APIDaniel Gröber2017-09-282-115/+186
| | | | | | | | | | Component queries are now done using Applicative (actually semigroupoids Apply) syntax, for example: runQuery _ $ components $ (,,) <$> ghcOptions <*> sourceDirs :: IO [([GhcOption], [SourceDir], ChComponentName)] Note that 'component' adds the 'ChComponentName' at the end.
* Rename 'default*' -> 'mk*'Daniel Gröber2017-09-261-12/+12
|
* Module header for Distribution.HelperDaniel Gröber2017-09-261-2/+8
|
* Cleanup dependenciesDaniel Gröber2017-09-261-12/+13
|
* Remove obsolete TODOsDaniel Gröber2017-09-262-8/+1
| | | | [ci skip]
* Remove 'ghc-prim' dependencyDaniel Gröber2017-09-261-3/+0
| | | | Not sure what that was added for but looks useless.
* Cleanup module headersDaniel Gröber2017-09-269-16/+85
|
* Cleanup Setup.hs dependenciesDaniel Gröber2017-09-262-16/+3
|
* Fix compilation-test for GHC 7.4Daniel Gröber2017-09-261-1/+1
|
* Fix shadowing warningDaniel Gröber2017-09-261-2/+3
|
* Fix missing 'lookupEnv' for GHC 7.4Daniel Gröber2017-09-261-0/+1
|
* Refactor CH.C.Data to use 'unix' instead of 'time'Daniel Gröber2017-09-262-14/+14
|
* Reflow package description in cabal file for 80colsDaniel Gröber2017-09-261-17/+20
| | | | [ci skip]
* Relax 'time' to >=1.4 && <1.9Daniel Gröber2017-09-261-2/+2
|
* Omit -j when calling Setup.hs for Cabal<1.20Daniel Gröber2017-09-261-7/+18
|
* ci: Add GHC 7.6, 7.4Daniel Gröber2017-09-251-0/+10
|
* ci: Remove images with ancient cabal-install versionsDaniel Gröber2017-09-251-10/+0
|
* Execute deprecationsDaniel Gröber2017-09-251-33/+4
|
* Make debugging env var name consistentDaniel Gröber2017-09-252-2/+2
|
* Fix displayExceoption not being available on older GHCsDaniel Gröber2017-09-251-1/+1
|
* tests: Handle errors when installing Cabal and continueDaniel Gröber2017-09-251-3/+10
|
* Fix some warningsDaniel Gröber2017-09-251-2/+3
|
* tests: Use showVersion for 'Version' typeDaniel Gröber2017-09-251-2/+3
|
* tests: Bump Cabal bound to 2.0 for 8.2Daniel Gröber2017-09-251-1/+1
|
* Change cache dir name to 'cabal-helper' from 'ghc-mod'Daniel Gröber2017-09-251-1/+1
|
* Update package descriptionDaniel Gröber2017-09-252-47/+36
|
* Fix wording in error messageDaniel Gröber2017-09-251-1/+1
| | | | [ci skip]
* Add support for running Cabal's Setup.hs directlyDaniel Gröber2017-09-256-128/+203
| | | | | | | | cabal-install 1.24 broke installing older Cabal versions which use build-type:custom. See https://github.com/haskell/cabal/pull/4787. This still breaks with HEAD on GHC<8. See https://github.com/haskell/cabal/pull/4786.
* Remove 'Options' from shared Types moduleDaniel Gröber2017-09-2510-37/+73
| | | | Only needed at compiletime, were being hidden everywhere else already.
* Fix CH.C.C.Environment on Prelude without '<$>'Daniel Gröber2017-09-251-1/+1
|
* ci: Make sandbox paths absoluteDaniel Gröber2017-09-251-4/+4
|
* tests: Remove reference to ./distDaniel Gröber2017-09-251-2/+2
| | | | | The 'distdir' argument to 'compile' is only relevant for the Cabal source dir case.
* tests: Remove cleaning of cache dirDaniel Gröber2017-09-251-2/+0
| | | | | .. mostly because the paths are wrong now but I also think keeping these dirty across the tests simulates the users environment better.
* tests: Remove testing of library -- only compileDaniel Gröber2017-09-251-3/+0
|
* Adapt CI scripts for readonly sourcedirDaniel Gröber2017-09-195-12/+19
|
* Remove 'extra' dependencyDaniel Gröber2017-09-194-6/+13
| | | | ..constrains dependency versions too much and just causes failures.
* Extract CI config into scriptsDaniel Gröber2017-09-189-32/+47
|
* Fix CI buildDaniel Gröber2017-09-181-2/+2
|