This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 28, 2022
-
-
f-a authored
All in `autogen-modules` has to be present either in `other-modules` or `exposed-modules` (benchmark).
-
f-a authored
`main-is` has to be one of: .hs, .lhs, C/C++/obj-C source file. (benchmark)
-
f-a authored
All in `autogen-modules` has to be present either in `other-modules` or `exposed-modules` (testsuite).
-
f-a authored
All in `autogen-includes` hs to be in either `includes` or `install-includes` (testsuite).
-
f-a authored
You need `cabal-version` ≥ 1.18 to use C/C++/obj-C source files in `main-is`. (testsuite)
-
f-a authored
`main-is` has to be one of: .hs, .lhs, C/C++/obj-C source file. (testsuite)
-
f-a authored
All in `autogen-modules` has to be present either in `other-modules` or `exposed-modules`.
-
f-a authored
All in `autogen-includes` hs to be in either `includes` or `install-includes`.
-
f-a authored
You need `cabal-version` ≥ 1.18 to use C/C++/obj-C source files in `main-is`.
-
f-a authored
`main-is` has to be one of: .hs, .lhs, C/C++/obj-C source file.
-
f-a authored
-
f-a authored
All in `autogen-includes` hs to be in either `includes` or `install-includes`.
-
f-a authored
All in `autogen-modules` has to be present either in `other-modules` or `exposed-modules`.
-
f-a authored
`signatures` field can be used only with `cabal-version` ≥ 2.0
-
f-a authored
-
f-a authored
Internal libraries cannot have the same name as the pacakge.
-
f-a authored
Executables can have the same name as the external library.
-
f-a authored
-
f-a authored
No body: No executables, libraries, tests, or benchmarks found.
-
f-a authored
-
f-a authored
-
- Jun 27, 2022
-
-
Ben Gamari authored
* CONTRIBUTING: Describe project and milestone usage * pr8083: address code reviews Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
mergify[bot] authored
CI: GHC 9.2.1 -> 9.2.2
-
- Jun 25, 2022
-
-
Artem Pelenitsyn authored
-
- Jun 24, 2022
-
-
mergify[bot] authored
Fix Haddocks for `unAbiHash` and `mkAbiHash`
-
Mike Pilgrem authored
The existing Haddock documentation for `unAbiHash` and `mkAbiHash` appears to have been swapped, in error. This pull request swaps it back.
-
mergify[bot] authored
Document `cabal check` in the user guide
-
f-a authored
-
- Jun 22, 2022
-
-
mergify[bot] authored
Bootstrapping update (including GHC 9.0, 9.2)
-
Robert authored
Keep it at only GHC 8.10.7 for macOS to save on CI time a bit.
-
Robert authored
- parametrize the bootstrap update Makefile target to make changing the list of GHC versions a bit easier - add GHC 9.0.2 and 9.2.3 to the list of bootstrapping GHC versions - regenerate the bootstrapping plans across all GHC versions
-
mergify[bot] authored
Apple Silicon Foreign Library Support (#8227)
-
- Jun 20, 2022
-
-
James Hobson authored
-
- Jun 18, 2022
-
-
James Hobson authored
-
James Hobson authored
- Allowed building Foreign Libraries for all architecture on apple silicon - Updated error message to name Mac OS instead of OSX as supported platform
-
mergify[bot] authored
Add changelog for future proofing liftA2 export from Prelude
-
Georgi Lyubenov authored
-
andreas.abel authored
* Some cosmetics on the 3.8 changelogs * More cosmetics on the 3.8 changelogs Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com> Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jun 17, 2022
-
-
mergify[bot] authored
Future compat for liftA2 being exported from Prelude
-
Georgi Lyubenov authored
-