cabal-install 1.20.1.0 → 1.20.2.0
raw patch · 3 files changed
+5/−5 lines, 3 files
Files
- Distribution/Client/SetupWrapper.hs +3/−3
- bootstrap.sh +1/−1
- cabal-install.cabal +1/−1
Distribution/Client/SetupWrapper.hs view
@@ -321,8 +321,6 @@ installedCabalVersion :: SetupScriptOptions -> Compiler -> ProgramConfiguration -> IO (Version, Maybe InstalledPackageId ,SetupScriptOptions)- installedCabalVersion options' _ _ | packageName pkg == PackageName "Cabal" =- return (packageVersion pkg, Nothing, options') installedCabalVersion options' compiler conf = do index <- maybeGetInstalledPackages options' compiler conf let cabalDep = Dependency (PackageName "Cabal") (useCabalVersion options')@@ -458,7 +456,9 @@ , ghcOptObjDir = Flag setupDir , ghcOptHiDir = Flag setupDir , ghcOptSourcePathClear = Flag True- , ghcOptSourcePath = [workingDir]+ , ghcOptSourcePath = case bt of+ Custom -> [workingDir]+ _ -> [] , ghcOptPackageDBs = usePackageDB options'' , ghcOptPackages = maybe [] (\ipkgid -> [(ipkgid, cabalPkgid)])
bootstrap.sh view
@@ -126,7 +126,7 @@ # >= 0.2 && < 1.2 NETWORK_VER="2.4.2.3"; NETWORK_VER_REGEXP="2\.[0-5]\." # >= 2.0 && < 2.6-CABAL_VER="1.20.0.3"; CABAL_VER_REGEXP="1\.2[01]\."+CABAL_VER="1.20.0.4"; CABAL_VER_REGEXP="1\.2[01]\." # >= 1.20 && < 1.21 TRANS_VER="0.3.0.0"; TRANS_VER_REGEXP="0\.[23]\." # >= 0.2.* && < 0.4.*
cabal-install.cabal view
@@ -1,5 +1,5 @@ Name: cabal-install-Version: 1.20.1.0+Version: 1.20.2.0 Synopsis: The command-line interface for Cabal and Hackage. Description: The \'cabal\' command-line program simplifies the process of managing