[Git][ghc/ghc][master] ghc-platform: Add upper bound on base
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Aug 4 16:31:30 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
3ac423b9 by Ben Gamari at 2023-08-04T12:31:13-04:00
ghc-platform: Add upper bound on base
Hackage upload requires this.
- - - - -
1 changed file:
- libraries/ghc-platform/ghc-platform.cabal
Changes:
=====================================
libraries/ghc-platform/ghc-platform.cabal
=====================================
@@ -15,6 +15,6 @@ common warnings
library
import: warnings
exposed-modules: GHC.Platform.ArchOS
- build-depends: base >=4.15.0.0
+ build-depends: base >=4.15.0.0 && <5
hs-source-dirs: src
default-language: Haskell2010
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3ac423b9645998b178badb6edc7bf3328e7d9e4e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3ac423b9645998b178badb6edc7bf3328e7d9e4e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230804/026680c3/attachment.html>
More information about the ghc-commits
mailing list