Skip to content

Commit

Permalink
update hackage url path for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Paczesiowa committed Dec 10, 2013
1 parent 51fdf41 commit c7a971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CabalBootstrap.hs
Expand Up @@ -34,7 +34,7 @@ indexURI = URI { uriScheme = "http:"

getCIBURI :: Version -> URI
getCIBURI version = indexURI {uriPath = cibpath}
where cibpath = concat [ "/packages/archive/cabal-install-bundle/"
where cibpath = concat [ "/package/cabal-install-bundle-"
, ver
, "/cabal-install-bundle-"
, ver
Expand Down

0 comments on commit c7a971e

Please sign in to comment.