Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C Cabal
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • Packages
  • Cabal
  • Repository
Switch branch/tag
  • Cabal
  • Cabal
  • Distribution
  • Simple
  • Program
  • Builtin.hs
Find file BlameHistoryPermalink
  • Mikhail Glushenkov's avatar
    'Setup.hs sdist': invoke 'tar' with '--format ustar' if possible. · eaf2aae1
    Mikhail Glushenkov authored May 26, 2014
    Fixes #1901. Some variants of 'tar' don't support the '--format' option, so we
    have to do feature detection.
    
    Note that 'cabal sdist' (as opposed to 'Setup.hs sdist') uses the built-in
    tar.gz archiver ('Distribution.Client.Tar') and doesn't invoke 'tar' or 'gzip'.
    eaf2aae1