Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove 'Options' from shared Types module | Daniel Gröber | 2017-09-25 | 1 | -1/+1 | |
| | | | | Only needed at compiletime, were being hidden everywhere else already. | |||||
* | 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 | |
| | ||||||
* | Remove 'extra' dependency | Daniel Gröber | 2017-09-19 | 1 | -1/+1 | |
| | | | | ..constrains dependency versions too much and just causes failures. | |||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 1 | -11/+10 | |
| | | | | | | | | | | | | | | 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 | |||||
* | spec: Add GHC 8.2.1, Cabal 2.0.0.2 | Daniel Gröber | 2017-08-20 | 1 | -0/+2 | |
| | ||||||
* | 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 the build | Daniel Gröber | 2017-06-12 | 1 | -1/+1 | |
| | ||||||
* | Update and fix support for Cabal HEAD | Daniel Gröber | 2017-06-12 | 1 | -3/+9 | |
| | ||||||
* | Add support for Cabal HEAD | Daniel Gröber | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fix spec warnings | Daniel Gröber | 2017-01-16 | 1 | -2/+2 | |
| | ||||||
* | Add patch for Cabal 1.24.1.0 | Daniel Gröber | 2017-01-16 | 1 | -6/+23 | |
| | ||||||
* | Update Cabal versions in test suite | Daniel Gröber | 2016-05-06 | 1 | -1/+4 | |
| | ||||||
* | Fixes for Cabal HEAD | Daniel Gröber | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Build with Cabal HEAD as part of regular test suite | Daniel Gröber | 2016-05-05 | 1 | -12/+29 | |
| | ||||||
* | Add new GHC/Cabal version to spec | Daniel Gröber | 2016-01-17 | 1 | -0/+4 | |
| | ||||||
* | Allow specifying ghc{,-pkg}executables everywhere | Daniel Gröber | 2016-01-10 | 1 | -1/+1 | |
| | ||||||
* | Fix warning in spec | Daniel Gröber | 2015-11-25 | 1 | -0/+1 | |
| | ||||||
* | spec: Cabal 1.14.0 is not supported at runtime | Daniel Gröber | 2015-10-31 | 1 | -1/+1 | |
| | ||||||
* | spec: Show ghc exit codes before exiting with failure | Daniel Gröber | 2015-10-31 | 1 | -1/+1 | |
| | ||||||
* | Cleanup .ghc-mod when running tests | Daniel Gröber | 2015-10-30 | 1 | -0/+1 | |
| | | | | just to be sure | |||||
* | Fix wrong Cabal version being built in spec | Daniel Gröber | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | Fix warning | Daniel Gröber | 2015-10-30 | 1 | -1/+1 | |
| | ||||||
* | Fix older Cabal versions | Daniel Gröber | 2015-10-30 | 1 | -2/+2 | |
| | ||||||
* | Implement workaround for installing 1.18.{0,1} | Daniel Gröber | 2015-10-30 | 1 | -4/+4 | |
| | | | | | There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now. | |||||
* | Fix travis | Daniel Gröber | 2015-08-27 | 1 | -3/+2 | |
| | ||||||
* | spec: Compile with every Cabal version under the sun | Daniel Gröber | 2015-08-21 | 1 | -0/+74 | |
| | ||||||
* | Fix tests | Daniel Gröber | 2015-08-12 | 1 | -1/+2 | |
| | ||||||
* | Fix build | Daniel Gröber | 2015-06-07 | 1 | -2/+4 | |
| | ||||||
* | Fix #2 | Daniel Gröber | 2015-06-05 | 1 | -0/+4 | |
| | ||||||
* | Fix tests | Daniel Gröber | 2015-05-08 | 1 | -0/+4 | |