aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning upAlan Zimmerman2018-01-181-13/+3
|
* WIP on getting projects to build with Cabal 2.0/GHC 8.2Alan Zimmerman2018-01-183-3/+14
|
* Add a test which brings up a GHC sessionDaniel Gröber2018-01-1811-1/+211
|
* compile-test: Add GHC 8.2.2 to Cabal version tableDaniel Gröber2017-12-021-1/+6
|
* Fix windows build using unix-compatVladislav Shtepin2017-11-071-2/+1
|
* Fix compilation-test for GHC 7.4Daniel Gröber2017-09-261-1/+1
|
* tests: Handle errors when installing Cabal and continueDaniel Gröber2017-09-251-3/+10
|
* 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
|
* Add support for running Cabal's Setup.hs directlyDaniel Gröber2017-09-251-22/+8
| | | | | | | | 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-251-1/+1
| | | | Only needed at compiletime, were being hidden everywhere else already.
* 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
|
* Remove 'extra' dependencyDaniel Gröber2017-09-191-1/+1
| | | | ..constrains dependency versions too much and just causes failures.
* Fix literally everything :)Daniel Gröber2017-09-181-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.2Daniel Gröber2017-08-201-0/+2
|
* spec: Allow Cabal HEAD to fail to compileDaniel Gröber2017-07-091-5/+10
|
* spec: Introduce upper bounds for cabal versionDaniel Gröber2017-07-091-61/+77
|
* Fix the buildDaniel Gröber2017-06-121-1/+1
|
* Update and fix support for Cabal HEADDaniel Gröber2017-06-121-3/+9
|
* Add support for Cabal HEADDaniel Gröber2017-02-091-1/+1
|
* Fix spec warningsDaniel Gröber2017-01-161-2/+2
|
* Add patch for Cabal 1.24.1.0Daniel Gröber2017-01-161-6/+23
|
* Update Cabal versions in test suiteDaniel Gröber2016-05-061-1/+4
|
* Fixes for Cabal HEADDaniel Gröber2016-05-061-1/+1
|
* Build with Cabal HEAD as part of regular test suiteDaniel Gröber2016-05-051-12/+29
|
* Add new GHC/Cabal version to specDaniel Gröber2016-01-171-0/+4
|
* Allow specifying ghc{,-pkg}executables everywhereDaniel Gröber2016-01-101-1/+1
|
* Fix warning in specDaniel Gröber2015-11-251-0/+1
|
* spec: Cabal 1.14.0 is not supported at runtimeDaniel Gröber2015-10-311-1/+1
|
* spec: Show ghc exit codes before exiting with failureDaniel Gröber2015-10-311-1/+1
|
* Cleanup .ghc-mod when running testsDaniel Gröber2015-10-301-0/+1
| | | | just to be sure
* Fix wrong Cabal version being built in specDaniel Gröber2015-10-301-1/+1
|
* Fix warningDaniel Gröber2015-10-301-1/+1
|
* Fix older Cabal versionsDaniel Gröber2015-10-301-2/+2
|
* Implement workaround for installing 1.18.{0,1}Daniel Gröber2015-10-301-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 travisDaniel Gröber2015-08-271-3/+2
|
* spec: Compile with every Cabal version under the sunDaniel Gröber2015-08-211-0/+74
|
* Fix testsDaniel Gröber2015-08-121-1/+2
|
* Fix buildDaniel Gröber2015-06-071-2/+4
|
* Fix #2Daniel Gröber2015-06-051-0/+4
|
* Fix testsDaniel Gröber2015-05-081-0/+4