[GHC] #8243: process.cabal source-repository field is out of date
GHC
ghc-devs at haskell.org
Fri Sep 6 16:52:58 CEST 2013
#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
More information about the ghc-tickets
mailing list