aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Data.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix literally everything :)Daniel Gröber2017-09-181-46/+0
| | | | | | | | | | | | | | 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
* Add `licenses` commandDaniel Gröber2015-08-271-0/+1
| | | | | Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never!
* Factor sandbox stuff out into a seperate moduleDaniel Gröber2015-08-071-0/+1
| | | | So we can use the sandbox discovery for Setup.hs components
* Don't depend on locale at runtime either! #4Daniel Gröber2015-08-051-1/+2
|
* Fix GHC 7.10 warningsDaniel Gröber2015-08-031-0/+1
|
* TypoDaniel Gröber2015-06-241-1/+1
|
* Don't rely on the locale at build timeDaniel Gröber2015-06-091-3/+5
|
* Always recompile CabalHelper.DataDaniel Gröber2015-03-121-0/+1
|
* Initial commitDaniel Gröber2015-03-121-0/+39