Possible version bug:

Dear all I was trying to install hsgnutls via cabal-install. This is the error message I get: cabal install hsgnutls Resolving dependencies... Downloading hsgnutls-0.2.3.1... cabal: Failed to download 'hsgnutls-0.2.3.1': ErrorMisc "Invalid HTTP code: (4,0,4)" It seems to be trying to download hsgnutls-0.2.3.1 but the actual package is: hsgnutls-0.2.3.1-barracuda.tar.gz http://hackage.haskell.org/packages/archive/hsgnutls/0.2.3.1-barracuda/hsgnu... Or is it more that hsgnutls shouldn't have been allowed to upload such a package? Anyway I managed to sort out my problem by just downloading the package and installing it manually, but thought I should mention it here just in case. regards allan

Oops, but then I get what seems to be a related problem, having installed hsgnutls: $ cabal list hsgnutls * hsgnutls Latest version available: 0.2.3.1 Latest version installed: 0.2.3.1 Homepage: http://www.cs.helsinki.fi/u/ekarttun/hsgnutls Category: Network Synopsis: Library wrapping the GnuTLS API. License: LGPL $ cabal install barracuda Resolving dependencies... cabal: internal error: could not construct a valid install plan. The proposed (invalid) plan contained the following problems: Package adhoc-network-1.0.3 depends on the following packages which are missing from the plan hsgnutls-0.2.3.1 Package Barracuda-1.0.2 depends on the following packages which are missing from the plan hsgnutls-0.2.3.1 regards allan Allan wrote:
Dear all
I was trying to install hsgnutls via cabal-install. This is the error message I get: cabal install hsgnutls Resolving dependencies... Downloading hsgnutls-0.2.3.1... cabal: Failed to download 'hsgnutls-0.2.3.1': ErrorMisc "Invalid HTTP code: (4,0,4)"
It seems to be trying to download hsgnutls-0.2.3.1 but the actual package is: hsgnutls-0.2.3.1-barracuda.tar.gz http://hackage.haskell.org/packages/archive/hsgnutls/0.2.3.1-barracuda/hsgnu...
Or is it more that hsgnutls shouldn't have been allowed to upload such a package? Anyway I managed to sort out my problem by just downloading the package and installing it manually, but thought I should mention it here just in case.
regards allan
_______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel
participants (1)
-
Allan