Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | gitlab-ci: Update source images | Daniel Gröber | 2017-08-20 | 1 | -15/+5 | |
| | ||||||
* | Fix Setup.hs Cabal version check | Daniel Gröber | 2017-08-20 | 1 | -1/+1 | |
| | | | | Related: 765984189a0e4bd8981512b5fbf3b715ab006b09 | |||||
* | gitlab-ci: Build with GHC 8.2 | Daniel Gröber | 2017-08-19 | 1 | -0/+5 | |
| | ||||||
* | gitlab-ci: apt update before install | Daniel Gröber | 2017-08-19 | 1 | -1/+1 | |
| | ||||||
* | Fix Cabal dependency bounds | Daniel Gröber | 2017-08-19 | 1 | -24/+24 | |
| | | | | The cabal guys released what was originally called 2.1 as 2.0 -.- | |||||
* | Bump to 0.8.0.0 | Daniel Gröber | 2017-08-19 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong CPP bound | Daniel Gröber | 2017-08-07 | 1 | -2/+2 | |
| | ||||||
* | gitlab-ci: Disable old Cabal versions | Daniel Gröber | 2017-07-09 | 1 | -8/+8 | |
| | ||||||
* | spec: Allow Cabal HEAD to fail to compile | Daniel Gröber | 2017-07-09 | 1 | -5/+10 | |
| | ||||||
* | spec: Introduce upper bounds for cabal version | Daniel Gröber | 2017-07-09 | 1 | -61/+77 | |
| | ||||||
* | Fix CH_MIN_VERSION_Cabal logic bug | Daniel Gröber | 2017-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix typo | Daniel Gröber | 2017-07-08 | 1 | -1/+1 | |
| | ||||||
* | gitlab-ci: Add retry to 'cabal install' command | Daniel Gröber | 2017-06-12 | 2 | -1/+51 | |
| | ||||||
* | Fix unpackCabalHEAD again due to old 'process' | Daniel Gröber | 2017-06-12 | 1 | -2/+9 | |
| | ||||||
* | gitlab-ci: Remove 'cabal install' concurrency | Daniel Gröber | 2017-06-12 | 1 | -1/+1 | |
| | | | | .. for easier debugging | |||||
* | gitlab-ci: Remove use of sandbox for old cabal | Daniel Gröber | 2017-06-12 | 1 | -2/+0 | |
| | ||||||
* | Fix unpackCabalHEAD on squeeze due to old git | Daniel Gröber | 2017-06-12 | 1 | -1/+2 | |
| | ||||||
* | Fix the build | Daniel Gröber | 2017-06-12 | 4 | -3/+10 | |
| | ||||||
* | Fix wording in libexecNotFound error message | Daniel Gröber | 2017-06-12 | 1 | -1/+1 | |
| | ||||||
* | Update and fix support for Cabal HEAD | Daniel Gröber | 2017-06-12 | 10 | -68/+171 | |
| | ||||||
* | Ship cabal-dependency-licenses license | Daniel Gröber | 2017-05-22 | 2 | -0/+31 | |
| | | | | wow so meta | |||||
* | Add support for Cabal HEAD | Daniel Gröber | 2017-02-09 | 4 | -32/+57 | |
| | ||||||
* | Bump 'extra' dependency | Daniel Gröber | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Use Dist.Version to avoid breakage with Cabal HEAD | Daniel Gröber | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.7.3.0 | Daniel Gröber | 2017-01-16 | 1 | -1/+1 | |
| | ||||||
* | Tighten Cabal bounds | Daniel Gröber | 2017-01-16 | 1 | -2/+12 | |
| | ||||||
* | Make cabal file field capitalizaion consistent | Daniel Gröber | 2017-01-16 | 1 | -36/+28 | |
| | ||||||
* | Copy over Setup.hs from ghc-mod | Daniel Gröber | 2017-01-16 | 3 | -48/+53 | |
| | ||||||
* | Fix spec warnings | Daniel Gröber | 2017-01-16 | 1 | -2/+2 | |
| | ||||||
* | Add README.md to sdist | Daniel Gröber | 2017-01-16 | 1 | -1/+2 | |
| | ||||||
* | Add .gitlab-ci.yml | Daniel Gröber | 2017-01-16 | 1 | -0/+44 | |
| | ||||||
* | Add patch for Cabal 1.24.1.0 | Daniel Gröber | 2017-01-16 | 2 | -7/+32 | |
| | ||||||
* | Merge pull request #26 from mpickering/patch-1 | Daniel Gröber | 2017-01-02 | 1 | -3/+3 | |
|\ | | | | | Relax directory bound | |||||
| * | Relax directory bound | Matthew Pickering | 2017-01-01 | 1 | -3/+3 | |
|/ | | | GHC 8.0.2 ships with directory 1.3. | |||||
* | typo | Daniel Gröber | 2016-08-21 | 1 | -1/+1 | |
| | ||||||
* | Fix "empty IORef" | Daniel Gröber | 2016-07-11 | 1 | -12/+17 | |
| | | | | ..when component depends on non-existing internal library | |||||
* | Bump version to 0.7.2.0 | Daniel Gröber | 2016-07-11 | 1 | -1/+1 | |
| | ||||||
* | Restrict CabalHelper.Licenses' exports | Daniel Gröber | 2016-07-11 | 1 | -1/+5 | |
| | | | | ..to avoid clashing symbols with Cabal | |||||
* | hackage-metadata: Fix #25 | Daniel Gröber | 2016-07-11 | 1 | -5/+6 | |
| | ||||||
* | Fix cabal bounds | Daniel Gröber | 2016-07-06 | 1 | -30/+38 | |
| | ||||||
* | hackage-metadata: Fix bounds | Daniel Gröber | 2016-07-06 | 23 | -423/+423 | |
| | ||||||
* | Add hackage-metadata | Daniel Gröber | 2016-07-06 | 23 | -0/+2103 | |
| |