diff options
author | gesh | 2025-04-04 12:51:07 +0300 |
---|---|---|
committer | gesh | 2025-04-04 12:55:40 +0300 |
commit | 337663bf6c7b3ed41a156d4adc6fd4a03b33b54a (patch) | |
tree | 983391861570b6f97c3396633131ecb88b0eefc9 /PKGBUILD | |
parent | 715da51e9ba95e2f38e03f7d0c8a2d7862ab48dc (diff) | |
download | aur-ormolu-static-git.tar.gz |
Document why all boot packages need to be bumped
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ prepare() { cd "$pkgname" stack config set resolver lts-23.1 # ghc-9.8.4 + # Note -- need to bump filepath for ghc-lib-parser + # and touching a boot package means we need to touch all the others _bumpVer directory 1.3.9.0 _bumpVer filepath 1.5.4.0 _bumpVer process 1.6.25.0 |