[Git][ghc/ghc][wip/T25262] Use template-haskell-lift/quasiquoter in boot libraries
Teo Camarasu pushed to branch wip/T25262 at Glasgow Haskell Compiler / GHC Commits: 83bc16ae by Teo Camarasu at 2025-10-20T12:39:58+01:00 Use template-haskell-lift/quasiquoter in boot libraries - - - - - 19 changed files: - compiler/ghc.cabal.in - ghc/ghc-bin.cabal.in - hadrian/hadrian.cabal - libraries/Cabal - libraries/bytestring - libraries/containers - libraries/exceptions - libraries/filepath - libraries/ghc-boot/ghc-boot.cabal.in - libraries/ghc-compact/ghc-compact.cabal - libraries/ghc-internal/tools/ucd2haskell/ucd2haskell.cabal - libraries/ghci/ghci.cabal.in - libraries/haskeline - libraries/os-string - libraries/parsec - libraries/text - libraries/time - libraries/unix - utils/iserv/iserv.cabal.in Changes: ===================================== compiler/ghc.cabal.in ===================================== @@ -118,7 +118,7 @@ Library deepseq >= 1.4 && < 1.6, directory >= 1 && < 1.4, process >= 1 && < 1.7, - bytestring >= 0.11 && < 0.13, + bytestring >= 0.11 && < 0.14, binary == 0.8.*, time >= 1.4 && < 1.16, containers >= 0.6.2.1 && < 0.9, ===================================== ghc/ghc-bin.cabal.in ===================================== @@ -36,7 +36,7 @@ Executable ghc GHC.Driver.Session.Mode Build-Depends: base >= 4 && < 5, array >= 0.1 && < 0.6, - bytestring >= 0.9 && < 0.13, + bytestring >= 0.9 && < 0.14, directory >= 1 && < 1.4, process >= 1 && < 1.7, filepath >= 1.5 && < 1.6, ===================================== hadrian/hadrian.cabal ===================================== @@ -155,7 +155,7 @@ executable hadrian , TypeFamilies build-depends: Cabal >= 3.13 && < 3.17 , base >= 4.11 && < 5 - , bytestring >= 0.10 && < 0.13 + , bytestring >= 0.10 && < 0.14 , containers >= 0.5 && < 0.9 -- N.B. directory >=1.3.9 as earlier versions are -- afflicted by #24382. ===================================== libraries/Cabal ===================================== @@ -1 +1 @@ -Subproject commit d9b0904b49dc84e0bfc79062daf2bbdf9d22a422 +Subproject commit bf964ddcc8e9c3c0a3ae46ab88c020046ac5e402 ===================================== libraries/bytestring ===================================== @@ -1 +1 @@ -Subproject commit d984ad00644c0157bad04900434b9d36f23633c5 +Subproject commit 99ec2e9ef46c2e4cef7bf0d4505d66725ea0a842 ===================================== libraries/containers ===================================== @@ -1 +1 @@ -Subproject commit 801b06e5d4392b028e519d5ca116a2881d559721 +Subproject commit fef23e3d99597e9b34dd6fe6f1e7f49676b4bed3 ===================================== libraries/exceptions ===================================== @@ -1 +1 @@ -Subproject commit b6c4290124eb1138358bf04ad9f33e67f6c5c1d8 +Subproject commit 6268676cddc3dfc164896bcb981054fe49d6ba91 ===================================== libraries/filepath ===================================== @@ -1 +1 @@ -Subproject commit cbcd0ccf92f47e6c10fb9cc513a7b26facfc19fe +Subproject commit e4cc73a60a7fa0111715292626fd0e1b01d4d39e ===================================== libraries/ghc-boot/ghc-boot.cabal.in ===================================== @@ -77,7 +77,7 @@ Library build-depends: base >= 4.7 && < 4.23, binary == 0.8.*, - bytestring >= 0.10 && < 0.13, + bytestring >= 0.10 && < 0.14, containers >= 0.5 && < 0.9, directory >= 1.2 && < 1.4, filepath >= 1.3 && < 1.6, ===================================== libraries/ghc-compact/ghc-compact.cabal ===================================== @@ -40,7 +40,7 @@ library CPP build-depends: base >= 4.9.0 && < 4.23, - bytestring >= 0.10.6.0 && <0.13 + bytestring >= 0.10.6.0 && <0.14 ghc-options: -Wall exposed-modules: GHC.Compact ===================================== libraries/ghc-internal/tools/ucd2haskell/ucd2haskell.cabal ===================================== @@ -53,7 +53,7 @@ executable ucd2haskell Generator.WordEncoding build-depends: base >= 4.7 && < 5 - , bytestring >= 0.11 && < 0.13 + , bytestring >= 0.11 && < 0.14 , directory >= 1.3.6 && < 1.4 , filepath >= 1.4.2 && < 1.6 , getopt-generics >= 0.13 && < 0.14 ===================================== libraries/ghci/ghci.cabal.in ===================================== @@ -89,7 +89,7 @@ library ghc-internal >= 9.1001.0 && <=@ProjectVersionForLib@.0, ghc-prim >= 0.5.0 && < 0.14, binary == 0.8.*, - bytestring >= 0.10 && < 0.13, + bytestring >= 0.10 && < 0.14, containers >= 0.5 && < 0.9, deepseq >= 1.4 && < 1.6, filepath >= 1.4 && < 1.6, ===================================== libraries/haskeline ===================================== @@ -1 +1 @@ -Subproject commit 991953cd5d3bb9e8057de4a0d8f2cae3455865d8 +Subproject commit c61650dc4cbbb4b7f5c8f96ccb23bb48dc5f580f ===================================== libraries/os-string ===================================== @@ -1 +1 @@ -Subproject commit 2e693aad07540173a0169971b27c9acac28eeff1 +Subproject commit 13b7bef9c40cd454a6e7b357dece7262e5276744 ===================================== libraries/parsec ===================================== @@ -1 +1 @@ -Subproject commit 552730e23e1fd2dae46a60d75138b8d173492462 +Subproject commit cbd35433d33a05676266d516e612b0aa31d5a5bc ===================================== libraries/text ===================================== @@ -1 +1 @@ -Subproject commit 5f343f668f421bfb30cead594e52d0ac6206ff67 +Subproject commit b302347c7a1965a3e411bf885a1fc10b69f33744 ===================================== libraries/time ===================================== @@ -1 +1 @@ -Subproject commit 507f50844802f1469ba6cadfeefd4e3fecee0416 +Subproject commit 4ae1bbd587bcbe0c643cefb00337ce85e0ff2507 ===================================== libraries/unix ===================================== @@ -1 +1 @@ -Subproject commit c9b3e95b5c15b118e55522bd92963038c6a88160 +Subproject commit 2076de9eabaeeca54e6e5715f26798248abaf67d ===================================== utils/iserv/iserv.cabal.in ===================================== @@ -33,7 +33,7 @@ Executable iserv Build-Depends: array >= 0.5 && < 0.6, base >= 4 && < 5, binary >= 0.7 && < 0.11, - bytestring >= 0.10 && < 0.13, + bytestring >= 0.10 && < 0.14, containers >= 0.5 && < 0.9, deepseq >= 1.4 && < 1.6, ghci == @ProjectVersionMunged@ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/83bc16aeb84439b31abb4895514a1fb1... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/83bc16aeb84439b31abb4895514a1fb1... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Teo Camarasu (@teo)