This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 24, 2018
-
-
Oleg Grenrus authored
-
- Aug 20, 2018
-
-
Oleg Grenrus authored
- Disable cabal-install's haddock on CI - Temporarily disable cabal check (`-main-is` in tests) - Remove this is not a lib note - Tell to run git update-index --assume-unchanged ... when changing to -dev or -monolithic configuration. Run --no-assume-unchanged unconditionally, when changing to the production build. - Improve auto-gen note in cabal-install.cabal - Try to build haddock (with GHC-8.4.3 only)
-
- Aug 01, 2018
-
-
Oleg Grenrus authored
-
Herbert Valerio Riedel authored
-
- Jul 31, 2018
-
-
Oleg Grenrus authored
-
- May 10, 2018
-
-
Mikhail Glushenkov authored
-
- Feb 14, 2018
-
-
Mikhail Glushenkov authored
-
- Feb 01, 2018
-
-
Mikhail Glushenkov authored
-
- Jan 11, 2018
-
-
Oleg Grenrus authored
-
- Jan 05, 2018
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Dec 24, 2017
-
-
Oleg Grenrus authored
Distribution.SDPX.LicenseId and Distribution.SDPX.LicenceExceptionId are generated.
-
- Dec 12, 2017
-
-
Oleg Grenrus authored
- common stanzas can be include other common stanzas - `import: name1, name2` to import multiple stanzas - Parse common stanzas in the same pass with other sections. - Common stanzas have to be defined before use. - Also negative tests - Terse documentation, let's improve it as questions are asked - Edit gen-extra-source-files to include golden files - Amend elif warning to mention cabal-version: 2.2 - In regression golden tests, include also warnings Note: ATM the common stanzas are completely handled inside parser, GenericPackageDescription doesn't know about them anymore. That can be changed, but the the flattening of GenericPackageDescription to PackageDescription may fail. I don't want to do that refactor now.
-
- Nov 27, 2017
-
-
Oleg Grenrus authored
-