Typo for haskell platform filename

This commit is contained in:
Yann Esposito (Yogsototh) 2012-04-13 14:28:28 +02:00
parent 3bcfc13195
commit 8964c96251

View file

@ -22,7 +22,7 @@ ghcver=$GHC_BOOTSTRAP_VERSION
bsdir=$CACHE_DIR/bootstrap
ghcurl="$BUILDPACK_GHC_BASE_URL/$ghcver/ghc-$ghcver-$arch-unknown-linux.tar.bz2"
platformver="$HASKELL_PLATFORM_VERSION"
platformurl="$HASKELL_PLATFORM_BASE_URL/$platver/haskell-platform-$platformver-tar.gz"
platformurl="$HASKELL_PLATFORM_BASE_URL/$platver/haskell-platform-$platformver.tar.gz"
loginfo "bootstrap directory: ${bsdir}";
loginfo "bootstrap URL: $ghcurl";