Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move 'trim' to common | Daniel Gröber | 2017-10-04 | 2 | -3/+4 | |
| | ||||||
* | Re-add ghc-prim depends | Daniel Gröber | 2017-09-28 | 1 | -1/+7 | |
| | ||||||
* | Fix lib with GHC<7.10 | Daniel Gröber | 2017-09-28 | 1 | -2/+2 | |
| | ||||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 15 | -8/+11 | |
| | ||||||
* | Fix Setup.hs for GHC<7.10 | Daniel Gröber | 2017-09-28 | 1 | -0/+1 | |
| | ||||||
* | Simplify Distribution.Helper API | Daniel Gröber | 2017-09-28 | 2 | -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öber | 2017-09-26 | 1 | -12/+12 | |
| | ||||||
* | Module header for Distribution.Helper | Daniel Gröber | 2017-09-26 | 1 | -2/+8 | |
| | ||||||
* | Cleanup dependencies | Daniel Gröber | 2017-09-26 | 1 | -12/+13 | |
| | ||||||
* | Remove obsolete TODOs | Daniel Gröber | 2017-09-26 | 2 | -8/+1 | |
| | | | | [ci skip] | |||||
* | Remove 'ghc-prim' dependency | Daniel Gröber | 2017-09-26 | 1 | -3/+0 | |
| | | | | Not sure what that was added for but looks useless. | |||||
* | Cleanup module headers | Daniel Gröber | 2017-09-26 | 9 | -16/+85 | |
| | ||||||
* | Cleanup Setup.hs dependencies | Daniel Gröber | 2017-09-26 | 2 | -16/+3 | |
| | ||||||
* | Fix compilation-test for GHC 7.4 | Daniel Gröber | 2017-09-26 | 1 | -1/+1 | |
| | ||||||
* | Fix shadowing warning | Daniel Gröber | 2017-09-26 | 1 | -2/+3 | |
| | ||||||
* | Fix missing 'lookupEnv' for GHC 7.4 | Daniel Gröber | 2017-09-26 | 1 | -0/+1 | |
| | ||||||
* | Refactor CH.C.Data to use 'unix' instead of 'time' | Daniel Gröber | 2017-09-26 | 2 | -14/+14 | |
| | ||||||
* | Reflow package description in cabal file for 80cols | Daniel Gröber | 2017-09-26 | 1 | -17/+20 | |
| | | | | [ci skip] | |||||
* | Relax 'time' to >=1.4 && <1.9 | Daniel Gröber | 2017-09-26 | 1 | -2/+2 | |
| | ||||||
* | Omit -j when calling Setup.hs for Cabal<1.20 | Daniel Gröber | 2017-09-26 | 1 | -7/+18 | |
| | ||||||
* | ci: Add GHC 7.6, 7.4 | Daniel Gröber | 2017-09-25 | 1 | -0/+10 | |
| | ||||||
* | ci: Remove images with ancient cabal-install versions | Daniel Gröber | 2017-09-25 | 1 | -10/+0 | |
| | ||||||
* | Execute deprecations | Daniel Gröber | 2017-09-25 | 1 | -33/+4 | |
| | ||||||
* | Make debugging env var name consistent | Daniel Gröber | 2017-09-25 | 2 | -2/+2 | |
| | ||||||
* | Fix displayExceoption not being available on older GHCs | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | ||||||
* | tests: Handle errors when installing Cabal and continue | Daniel Gröber | 2017-09-25 | 1 | -3/+10 | |
| | ||||||
* | Fix some warnings | Daniel Gröber | 2017-09-25 | 1 | -2/+3 | |
| | ||||||
* | tests: Use showVersion for 'Version' type | Daniel Gröber | 2017-09-25 | 1 | -2/+3 | |
| | ||||||
* | tests: Bump Cabal bound to 2.0 for 8.2 | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | ||||||
* | Change cache dir name to 'cabal-helper' from 'ghc-mod' | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | ||||||
* | Update package description | Daniel Gröber | 2017-09-25 | 2 | -47/+36 | |
| | ||||||
* | Fix wording in error message | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Add support for running Cabal's Setup.hs directly | Daniel Gröber | 2017-09-25 | 6 | -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 module | Daniel Gröber | 2017-09-25 | 10 | -37/+73 | |
| | | | | Only needed at compiletime, were being hidden everywhere else already. | |||||
* | Fix CH.C.C.Environment on Prelude without '<$>' | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | ||||||
* | ci: Make sandbox paths absolute | Daniel Gröber | 2017-09-25 | 1 | -4/+4 | |
| | ||||||
* | tests: Remove reference to ./dist | Daniel Gröber | 2017-09-25 | 1 | -2/+2 | |
| | | | | | The 'distdir' argument to 'compile' is only relevant for the Cabal source dir case. | |||||
* | tests: Remove cleaning of cache dir | Daniel Gröber | 2017-09-25 | 1 | -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 compile | Daniel Gröber | 2017-09-25 | 1 | -3/+0 | |
| | ||||||
* | Adapt CI scripts for readonly sourcedir | Daniel Gröber | 2017-09-19 | 5 | -12/+19 | |
| | ||||||
* | Remove 'extra' dependency | Daniel Gröber | 2017-09-19 | 4 | -6/+13 | |
| | | | | ..constrains dependency versions too much and just causes failures. | |||||
* | Extract CI config into scripts | Daniel Gröber | 2017-09-18 | 9 | -32/+47 | |
| | ||||||
* | Fix CI build | Daniel Gröber | 2017-09-18 | 1 | -2/+2 | |
| | ||||||
* | Remove leftover debug code | Daniel Gröber | 2017-09-18 | 1 | -2/+0 | |
| | ||||||
* | Use $XDG_CACHE_HOME instead of '.ghc-mod' (Fix DanielG/ghc-mod#833) | Daniel Gröber | 2017-09-18 | 3 | -8/+21 | |
| | ||||||
* | Use 'extra' for 'lookupEnv' | Daniel Gröber | 2017-09-18 | 2 | -2/+3 | |
| | ||||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 15 | -202/+271 | |
| | | | | | | | | | | | | | | Sorry for the megacommit - Seperate modules into: - Compiletime, modules which are only used while building the package - Runtime, modues included in the wrapper binary to be compiled on the users machine at runtime - Shared, modues used in both contexts - Refactor runtime compilation - Completely revamp output paths - Don't chdir when invoking ghc - Require cabal-version 1.14 in cabal file | |||||
* | Relax 'process' constraint for GHC 8.2 | Daniel Gröber | 2017-09-05 | 1 | -3/+3 | |
| | ||||||
* | gitlab-ci: Drop GHC 7.6 | Daniel Gröber | 2017-08-20 | 1 | -10/+0 | |
| | | | | | | | | | | | | | Ugh https://gitlab.com/dxld/cabal-helper/-/jobs/29792413 ``` [...] Linking /tmp/Cabal-1.16.0.3-15785/Cabal-1.16.0.3/dist/setup/setup ... unrecognized option `--sysconfdir=/tmp/.ghc-mod/cabal-helper/Cabal-1.16.0.3-db-7.6.3/prefix/etc' unrecognized option `--extra-prog-path=/tmp/.cabal/bin' [...] ``` | |||||
* | spec: Add GHC 8.2.1, Cabal 2.0.0.2 | Daniel Gröber | 2017-08-20 | 1 | -0/+2 | |
| |