aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Runtime
Commit message (Expand)AuthorAgeFilesLines
* fixing cabal-helperHEADmasterYuchen Pei2022-06-081-60/+62
* Fix Cabal-3.4 renaming Flags to PackageFlagsDaniel Gröber2021-02-142-4/+19
* Fix helper usage messageDaniel Gröber2020-05-021-1/+1
* Fix building with Cabal-3.2.0.0Daniel Gröber2020-04-181-1/+1
* Fix Cabal HEADDaniel Gröber2019-12-292-11/+13
* Change license to Apache2Daniel Gröber2019-09-293-30/+15
* Remove crusty old helper codeDaniel Gröber2019-09-172-306/+31
* Fix some warningsDaniel Gröber2019-09-172-1/+4
* Fix Cabal HEADZubin Duggal2019-07-291-4/+1
* Fix Haddock parse errorDaniel Gröber2019-05-021-2/+2
* Sync with Cabal HEADDaniel Gröber2019-02-141-2/+1
* helper: Make 'version' comand part of the normal parsing logicDaniel Gröber2019-02-101-7/+3
* Shortcut helper compilation when Cabal version is already availableDaniel Gröber2019-02-092-793/+814
* Sync with Cabal HEADDaniel Gröber2019-01-221-4/+21
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-222-2/+0
* Rename helper command: s/compiler-version/compiler-id/Daniel Gröber2019-01-221-3/+3
* Refactor Unit handlingDaniel Gröber2018-10-271-6/+5
* Add package-id unit-queryDaniel Gröber2018-10-271-1/+6
* Start refactoring to support cabal v2-buildDaniel Gröber2018-10-272-118/+138
* Remove unused parameter from componentNameToChDaniel Gröber2018-10-262-9/+9
* Move compat code out of Runtime/Main.hsDaniel Gröber2018-10-262-54/+211
* Change maintainer email addressDaniel Gröber2018-08-131-1/+1
* Add package name and description to license headersDaniel Gröber2018-08-131-0/+1
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-131-4/+4
* Remove unused importDaniel Gröber2018-08-121-1/+0
* Use componentOutDir with all Cabal versions to fix cabal-preprocessors test (...Maxim Ivanov2018-04-131-4/+0
* Fix building with Cabal 2.2 (#53)Julian Ospald2018-04-051-5/+20
* Revert "Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0"Daniel Gröber2018-03-171-2/+2
* Fix inverted Cabal2.0 version check; fix cabal-preprocessors testmax ulidtko2018-03-171-2/+2
* Fix combineEP, to preserve top level exe targets (#45)Alan Zimmerman2018-02-081-7/+15
* Revert hsSourceDirs hackery (#43)Alan Zimmerman2018-01-291-6/+0
* Remove package license queryDaniel Gröber2018-01-182-136/+2
* Move import into CPP zoneAlan Zimmerman2018-01-181-3/+3
* When a component uses an internal backpack module, use cabal optsAlan Zimmerman2018-01-181-17/+14
* WIP on addressing review issuesAlan Zimmerman2018-01-181-23/+39
* Clean upAlan Zimmerman2018-01-181-5/+0
* Tests pass for backpackAlan Zimmerman2018-01-181-6/+16
* Progress on when to build and when notAlan Zimmerman2018-01-181-4/+12
* Bring in needsBuildOuput query, for indefinite modulesAlan Zimmerman2018-01-181-19/+66
* WIP on backpack supportAlan Zimmerman2018-01-181-16/+39
* Add CPP for earlier cabal versionsAlan Zimmerman2018-01-181-0/+7
* Add missing tests to sdist, check for Cabal 2.0 for CFlibAlan Zimmerman2018-01-181-0/+2
* Saner way to merge entrypointsAlan Zimmerman2018-01-181-27/+19
* Add recursive otherModules and exposedModules to the "entrypoints"Alan Zimmerman2018-01-181-17/+46
* Fix componentOutDir for foreign-libsDaniel Gröber2018-01-181-13/+16
* Provide foreign lib otherModulesAlan Zimmerman2018-01-181-1/+3
* Update as per @DanielG commentsAlan Zimmerman2018-01-181-23/+19
* Tests pass using GHC 8.2.2Alan Zimmerman2018-01-181-2/+36
* Cleaning upAlan Zimmerman2018-01-181-37/+26
* Passes test.Alan Zimmerman2018-01-181-11/+17