summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-05-02Minor corrections based on #haskell feedbackgesh
Plus add prepare() for when building in a chroot
2024-04-15Update license to SPDX, add git makedepgesh
Thanks to @alerque for reminding me of the makedep requirement
2024-03-16Fix pkgver()gesh
Don't retag for a version if a tag already exists (picked up on by this causing unexpected output)
2023-04-21Stop patching compatibility manuallygesh
Brittle, and upstream has merged anyway
2022-03-22Cleanupgesh
* Use patch instead of git am -- latter has some heaviness (but not enough for its own patch) NOTE: This is currently commented out since the change has the side effect of downgrading the package -- git am creates a new commit, and so it is counted for determining the version, whereas patch just modifies the working tree. * Clarify why the weird pkgver() * Use v2- over new- commands for stability * No need for $srcdir prefix everywhere
2021-10-27Fix build on GHC 8.10.4, GHC 9.0.1gesh
Accepts PR #32 from upstream
2021-10-27Initial commitgesh