Teo Camarasu pushed to branch wip/T25262 at Glasgow Haskell Compiler / GHC

Commits:

19 changed files:

Changes:

  • compiler/ghc.cabal.in
    ... ... @@ -118,7 +118,7 @@ Library
    118 118
                        deepseq    >= 1.4 && < 1.6,
    
    119 119
                        directory  >= 1   && < 1.4,
    
    120 120
                        process    >= 1   && < 1.7,
    
    121
    -                   bytestring >= 0.11 && < 0.13,
    
    121
    +                   bytestring >= 0.11 && < 0.14,
    
    122 122
                        binary     == 0.8.*,
    
    123 123
                        time       >= 1.4 && < 1.16,
    
    124 124
                        containers >= 0.6.2.1 && < 0.9,
    

  • ghc/ghc-bin.cabal.in
    ... ... @@ -36,7 +36,7 @@ Executable ghc
    36 36
             GHC.Driver.Session.Mode
    
    37 37
         Build-Depends: base       >= 4   && < 5,
    
    38 38
                        array      >= 0.1 && < 0.6,
    
    39
    -                   bytestring >= 0.9 && < 0.13,
    
    39
    +                   bytestring >= 0.9 && < 0.14,
    
    40 40
                        directory  >= 1   && < 1.4,
    
    41 41
                        process    >= 1   && < 1.7,
    
    42 42
                        filepath   >= 1.5 && < 1.6,
    

  • hadrian/hadrian.cabal
    ... ... @@ -155,7 +155,7 @@ executable hadrian
    155 155
                            , TypeFamilies
    
    156 156
         build-depends:       Cabal                >= 3.13    && < 3.17
    
    157 157
                            , base                 >= 4.11    && < 5
    
    158
    -                       , bytestring           >= 0.10    && < 0.13
    
    158
    +                       , bytestring           >= 0.10    && < 0.14
    
    159 159
                            , containers           >= 0.5     && < 0.9
    
    160 160
                              -- N.B. directory >=1.3.9 as earlier versions are
    
    161 161
                              -- afflicted by #24382.
    

  • libraries/Cabal
    1
    -Subproject commit d9b0904b49dc84e0bfc79062daf2bbdf9d22a422
    1
    +Subproject commit bf964ddcc8e9c3c0a3ae46ab88c020046ac5e402

  • libraries/bytestring
    1
    -Subproject commit d984ad00644c0157bad04900434b9d36f23633c5
    1
    +Subproject commit 99ec2e9ef46c2e4cef7bf0d4505d66725ea0a842

  • libraries/containers
    1
    -Subproject commit 801b06e5d4392b028e519d5ca116a2881d559721
    1
    +Subproject commit fef23e3d99597e9b34dd6fe6f1e7f49676b4bed3

  • libraries/exceptions
    1
    -Subproject commit b6c4290124eb1138358bf04ad9f33e67f6c5c1d8
    1
    +Subproject commit 6268676cddc3dfc164896bcb981054fe49d6ba91

  • libraries/filepath
    1
    -Subproject commit cbcd0ccf92f47e6c10fb9cc513a7b26facfc19fe
    1
    +Subproject commit e4cc73a60a7fa0111715292626fd0e1b01d4d39e

  • libraries/ghc-boot/ghc-boot.cabal.in
    ... ... @@ -77,7 +77,7 @@ Library
    77 77
     
    
    78 78
         build-depends: base       >= 4.7 && < 4.23,
    
    79 79
                        binary     == 0.8.*,
    
    80
    -                   bytestring >= 0.10 && < 0.13,
    
    80
    +                   bytestring >= 0.10 && < 0.14,
    
    81 81
                        containers >= 0.5 && < 0.9,
    
    82 82
                        directory  >= 1.2 && < 1.4,
    
    83 83
                        filepath   >= 1.3 && < 1.6,
    

  • libraries/ghc-compact/ghc-compact.cabal
    ... ... @@ -40,7 +40,7 @@ library
    40 40
         CPP
    
    41 41
     
    
    42 42
       build-depends: base       >= 4.9.0 && < 4.23,
    
    43
    -                 bytestring >= 0.10.6.0 && <0.13
    
    43
    +                 bytestring >= 0.10.6.0 && <0.14
    
    44 44
       ghc-options: -Wall
    
    45 45
     
    
    46 46
       exposed-modules: GHC.Compact
    

  • libraries/ghc-internal/tools/ucd2haskell/ucd2haskell.cabal
    ... ... @@ -53,7 +53,7 @@ executable ucd2haskell
    53 53
         Generator.WordEncoding
    
    54 54
       build-depends:
    
    55 55
           base                >= 4.7   && < 5
    
    56
    -    , bytestring          >= 0.11  && < 0.13
    
    56
    +    , bytestring          >= 0.11  && < 0.14
    
    57 57
         , directory           >= 1.3.6 && < 1.4
    
    58 58
         , filepath            >= 1.4.2 && < 1.6
    
    59 59
         , getopt-generics     >= 0.13  && < 0.14
    

  • libraries/ghci/ghci.cabal.in
    ... ... @@ -89,7 +89,7 @@ library
    89 89
             ghc-internal     >= 9.1001.0 && <=@ProjectVersionForLib@.0,
    
    90 90
             ghc-prim         >= 0.5.0 && < 0.14,
    
    91 91
             binary           == 0.8.*,
    
    92
    -        bytestring       >= 0.10 && < 0.13,
    
    92
    +        bytestring       >= 0.10 && < 0.14,
    
    93 93
             containers       >= 0.5 && < 0.9,
    
    94 94
             deepseq          >= 1.4 && < 1.6,
    
    95 95
             filepath         >= 1.4 && < 1.6,
    

  • libraries/haskeline
    1
    -Subproject commit 991953cd5d3bb9e8057de4a0d8f2cae3455865d8
    1
    +Subproject commit c61650dc4cbbb4b7f5c8f96ccb23bb48dc5f580f

  • libraries/os-string
    1
    -Subproject commit 2e693aad07540173a0169971b27c9acac28eeff1
    1
    +Subproject commit 13b7bef9c40cd454a6e7b357dece7262e5276744

  • libraries/parsec
    1
    -Subproject commit 552730e23e1fd2dae46a60d75138b8d173492462
    1
    +Subproject commit cbd35433d33a05676266d516e612b0aa31d5a5bc

  • libraries/text
    1
    -Subproject commit 5f343f668f421bfb30cead594e52d0ac6206ff67
    1
    +Subproject commit b302347c7a1965a3e411bf885a1fc10b69f33744

  • libraries/time
    1
    -Subproject commit 507f50844802f1469ba6cadfeefd4e3fecee0416
    1
    +Subproject commit 4ae1bbd587bcbe0c643cefb00337ce85e0ff2507

  • libraries/unix
    1
    -Subproject commit c9b3e95b5c15b118e55522bd92963038c6a88160
    1
    +Subproject commit 2076de9eabaeeca54e6e5715f26798248abaf67d

  • utils/iserv/iserv.cabal.in
    ... ... @@ -33,7 +33,7 @@ Executable iserv
    33 33
         Build-Depends: array      >= 0.5 && < 0.6,
    
    34 34
                        base       >= 4   && < 5,
    
    35 35
                        binary     >= 0.7 && < 0.11,
    
    36
    -                   bytestring >= 0.10 && < 0.13,
    
    36
    +                   bytestring >= 0.10 && < 0.14,
    
    37 37
                        containers >= 0.5 && < 0.9,
    
    38 38
                        deepseq    >= 1.4 && < 1.6,
    
    39 39
                        ghci       == @ProjectVersionMunged@