[GHC] #15042: Bump unix's version number to 2.8.0.0 in HEAD
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: #15018 Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- In order to perform a `unix` submodule bump (as requested in #15018), we'll need to deal with the fact that its major version number was bumped upstream to 2.8.0.0. As a result, the following boot libraries will need to be adjusted: * `Cabal` and `cabal-install` * `directory` * `haskeline` * `iserv-bin` (ready, in-place) * `process` Some of these can be changed in-place, while others will require downstream changes. I'll update this ticket as I progress. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by RyanGlScott: Old description:
In order to perform a `unix` submodule bump (as requested in #15018), we'll need to deal with the fact that its major version number was bumped upstream to 2.8.0.0. As a result, the following boot libraries will need to be adjusted:
* `Cabal` and `cabal-install` * `directory` * `haskeline` * `iserv-bin` (ready, in-place) * `process`
Some of these can be changed in-place, while others will require downstream changes. I'll update this ticket as I progress.
New description: In order to perform a `unix` submodule bump (as requested in #15018), we'll need to deal with the fact that its major version number was bumped upstream to 2.8.0.0. As a result, the following boot libraries will need to be adjusted: * `Cabal` and `cabal-install` (awaiting, https://github.com/haskell/cabal/pull/5264) * `directory` (awaiting, https://github.com/haskell/directory/pull/81) * `haskeline` (awaiting, https://github.com/judah/haskeline/pull/82) * `iserv-bin` (ready, in-place) * `process` (awaiting, https://github.com/haskell/process/pull/126) Some of these can be changed in-place, while others will require downstream changes. I'll update this ticket as I progress. -- -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by RyanGlScott: Old description:
In order to perform a `unix` submodule bump (as requested in #15018), we'll need to deal with the fact that its major version number was bumped upstream to 2.8.0.0. As a result, the following boot libraries will need to be adjusted:
* `Cabal` and `cabal-install` (awaiting, https://github.com/haskell/cabal/pull/5264) * `directory` (awaiting, https://github.com/haskell/directory/pull/81) * `haskeline` (awaiting, https://github.com/judah/haskeline/pull/82) * `iserv-bin` (ready, in-place) * `process` (awaiting, https://github.com/haskell/process/pull/126)
Some of these can be changed in-place, while others will require downstream changes. I'll update this ticket as I progress.
New description: In order to perform a `unix` submodule bump (as requested in #15018), we'll need to deal with the fact that its major version number was bumped upstream to 2.8.0.0. As a result, the following boot libraries will need to be adjusted: * `Cabal` and `cabal-install` (ready, https://github.com/haskell/cabal/pull/5264) * `directory` (ready, https://github.com/haskell/directory/pull/81) * `haskeline` (ready, https://github.com/judah/haskeline/pull/82) * `iserv-bin` (ready, in-place) * `process` (ready, https://github.com/haskell/process/pull/126) Some of these can be changed in-place, while others will require downstream changes. I'll update this ticket as I progress. -- -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): This is blocked on updating the mirror at http://git.haskell.org/packages/haskeline.git . -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Phab:D4604 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: new => patch * differential: => Phab:D4604 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Phab:D4604 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ryan Scott <ryan.gl.scott@…>): In [changeset:"2fdfe056812ec469a05f46f228ef076942297b5f/ghc" 2fdfe056/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="2fdfe056812ec469a05f46f228ef076942297b5f" Bump unix submodule to version 2.8.0.0 Summary: Requires bumping several submodules. Test Plan: ./validate Reviewers: hvr, bgamari Subscribers: thomie, carter GHC Trac Issues: #15042 Differential Revision: https://phabricator.haskell.org/D4604 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15042: Bump unix's version number to 2.8.0.0 in HEAD -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: libraries | Version: 8.5 (other) | Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: 15018 Related Tickets: #15018 | Differential Rev(s): Phab:D4604 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15042#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC