Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax semigroupoids constraint | Alan Zimmerman | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | Fix windows build using unix-compat | Vladislav Shtepin | 2017-11-07 | 1 | -6/+18 |
| | |||||
* | Re-add ghc-prim depends | Daniel Gröber | 2017-09-28 | 1 | -1/+7 |
| | |||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 1 | -3/+6 |
| | |||||
* | Simplify Distribution.Helper API | Daniel Gröber | 2017-09-28 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | Cleanup dependencies | Daniel Gröber | 2017-09-26 | 1 | -12/+13 |
| | |||||
* | Remove obsolete TODOs | Daniel Gröber | 2017-09-26 | 1 | -3/+0 |
| | | | | [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 Setup.hs dependencies | Daniel Gröber | 2017-09-26 | 1 | -7/+3 |
| | |||||
* | Refactor CH.C.Data to use 'unix' instead of 'time' | Daniel Gröber | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Fix some warnings | Daniel Gröber | 2017-09-25 | 1 | -2/+3 |
| | |||||
* | Update package description | Daniel Gröber | 2017-09-25 | 1 | -23/+17 |
| | |||||
* | Remove 'Options' from shared Types module | Daniel Gröber | 2017-09-25 | 1 | -4/+4 |
| | | | | Only needed at compiletime, were being hidden everywhere else already. | ||||
* | Remove 'extra' dependency | Daniel Gröber | 2017-09-19 | 1 | -4/+4 |
| | | | | ..constrains dependency versions too much and just causes failures. | ||||
* | Use 'extra' for 'lookupEnv' | Daniel Gröber | 2017-09-18 | 1 | -1/+2 |
| | |||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 1 | -32/+45 |
| | | | | | | | | | | | | | | 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 |
| | |||||
* | 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 the build | Daniel Gröber | 2017-06-12 | 1 | -0/+1 |
| | |||||
* | Update and fix support for Cabal HEAD | Daniel Gröber | 2017-06-12 | 1 | -7/+8 |
| | |||||
* | Ship cabal-dependency-licenses license | Daniel Gröber | 2017-05-22 | 1 | -0/+1 |
| | | | | wow so meta | ||||
* | Add support for Cabal HEAD | Daniel Gröber | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | Bump 'extra' dependency | 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 | 1 | -2/+2 |
| | |||||
* | Add README.md to sdist | Daniel Gröber | 2017-01-16 | 1 | -1/+2 |
| | |||||
* | Relax directory bound | Matthew Pickering | 2017-01-01 | 1 | -3/+3 |
| | | | GHC 8.0.2 ships with directory 1.3. | ||||
* | Bump version to 0.7.2.0 | Daniel Gröber | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Fix cabal bounds | Daniel Gröber | 2016-07-06 | 1 | -30/+38 |
| | |||||
* | Add version to wrapper exe to ease upgrades | Daniel Gröber | 2016-05-17 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.7.0.1 | Daniel Gröber | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | Comment out custom setup, hackage rejects it | Daniel Gröber | 2016-05-09 | 1 | -4/+4 |
| | |||||
* | Bump version to 0.7.0.0 | Daniel Gröber | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Build with Cabal HEAD as part of regular test suite | Daniel Gröber | 2016-05-05 | 1 | -23/+32 |
| | |||||
* | Fix Cabal-1.24.0.0 | Daniel Gröber | 2016-05-04 | 1 | -3/+24 |
| | |||||
* | README: fix typo | Daniel Gröber | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | Cabal 1.24 readiness (GHC 8) | Daniel Gröber | 2016-02-14 | 1 | -3/+3 |
| | |||||
* | spec: Add missing other-modules | Daniel Gröber | 2016-01-18 | 1 | -0/+8 |
| | |||||
* | Bump version to 0.6.3.1 | Daniel Gröber | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Add `cabal` as a build-tool for Nix | Daniel Gröber | 2016-01-13 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.6.3.0 | Daniel Gröber | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Add missing other-modules | Daniel Gröber | 2015-11-25 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.6.2.0 | Daniel Gröber | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Implement workaround for installing 1.18.{0,1} | Daniel Gröber | 2015-10-30 | 1 | -1/+1 |
| | | | | | There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now. | ||||
* | Bump version to 0.6.1.0 | Daniel Gröber | 2015-10-05 | 1 | -1/+1 |
| |