summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-04-04Document why all boot packages need to be bumpedgesh
Even packages that are given a version in the LTS need to be noted, since they're wired to the specific version they're bootstrapped with See https://github.com/commercialhaskell/stack/issues/6706
2025-01-23Exclude extract-hackage-info from buildgesh
It's only a dev tool, its failures shouldn't mean ormolu doesn't build. Chose this route in view of the comments on https://github.com/tweag/ormolu/pull/1158
2025-01-23Bump to LTS 23.1gesh
Upstream raised minimal version of `base`, forcing moving to GHC 9.8.4
2025-01-19Specify provides versiongesh
2025-01-19Add forgotten conflicts entrygesh
2025-01-19Remove incorrect LicenseRef-gesh
It turns out that SPDX license expressions encode semantic, not syntactic equality -- despite a BSD license text being different from the reference SPDX text (due to the copyright line), it still should be encoded as being an instance of a BSD license.
2025-01-19Add testsgesh
2025-01-19Cleanup for consistency with my other packagesgesh
Note: I changed the indentation style, this commit is best viewed with --ignore-all-space
2024-05-29Remove local-only filesgesh
.gitattributes are useful for local configuration, but they shouldn't have been checked in
2024-05-23Fix build with lts-22.22gesh
2024-05-21Bump to lts-22.22 to pick up ghc-9.6.5gesh
2024-05-05bump pkgrelgesh
2024-05-02Force building with ghc-9.6.5gesh
The default makepkg configuration sets LDFLAGS but not LD. GHC used to take this as its cue to select its own choice of LD. However GHC would *not* check that its choice of LD supports LDFLAGS. This is a problem for dependencies with C components, which get linked using this LD. A fix[1] for this has landed in ghc 9.6.5 on 2024-04-16, and ghc's installed using the current ghcup HEAD (starting with 7a684ad[2]) will have `--disable-ld-override` passed, which also fixes the issue. [1] - https://gitlab.haskell.org/ghc/ghc/-/issues/24565 [2] - https://github.com/haskell/ghcup-hs/issues/1032
2024-04-15Update to SPDX licensesgesh
2024-04-15Add git makedepgesh
Thanks to @alerque for reminding me of the makedep requirement
2023-12-31Initial commitgesh