[GHC] #8243: process.cabal source-repository field is out of date

#8243: process.cabal source-repository field is out of date ------------------------------------+-------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: | Version: 7.7 libraries/process | Operating System: Unknown/Multiple Keywords: | Type of failure: Documentation bug Architecture: Unknown/Multiple | Test Case: Difficulty: Unknown | Blocking: Blocked By: | Related Tickets: | ------------------------------------+-------------------------------------- From libraries/process/process.cabal: {{{ source-repository head type: git location: http://darcs.haskell.org/packages/process.git/ }}} but `git clone http://darcs.haskell.org/packages/process.git/` produces {{{ Cloning into process... error: RPC failed; result=22, HTTP code = 405 fatal: The remote end hung up unexpectedly }}} and trying to visit http://darcs.haskell.org/packages/process.git/ in a web browser redirects to http://git.haskell.org/packages/process/, which is 404. I haven't checked but I imagine there may be other libraries with the same issue. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8243 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8243: process.cabal source-repository field is out of date --------------------------------------+------------------------------------ Reporter: rwbarton | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: libraries/process | Version: 7.7 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: Documentation bug | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: --------------------------------------+------------------------------------ Changes (by monoidal): * status: new => closed * resolution: => fixed Comment: The URLs in the libraries were fixed (for libraries-process commit 390978c395bc341b1a325a6ede96e5ae6cac0066). See also #8121. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8243#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC