Skip to content

Commit

Permalink
Fix mystery errors. No idea how I managed to build this earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
typedrat committed Jun 25, 2018
1 parent e60fdc1 commit e1c7b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/CmdSdist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ packageToSdist verbosity listSources archiveFormat outputFile pkg = do

entries <- execWriterT (evalStateT entriesM [])
write . GZip.compress . Tar.write $ entries
notice verbosity $ "Wrote tarball sdist to " ++ outputPath ++ "\n"
notice verbosity $ "Wrote tarball sdist to " ++ outputFile ++ "\n"
| archiveFormat == ZipFormat ->
die' verbosity "'.zip' sdists are not yet supported."

Expand Down
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/DistDirLayout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Data.Maybe (fromMaybe)
import System.FilePath

import Distribution.Package
( PackageId(..), ComponentId, UnitId )
( PackageId, ComponentId, UnitId )
import Distribution.Client.Setup
( ArchiveFormat(..) )
import Distribution.Compiler
Expand Down

0 comments on commit e1c7b4d

Please sign in to comment.