packages feed

shellmate-extras 0.3.1 → 0.3.2

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

Control/Shell/Extract.hs view
@@ -14,11 +14,14 @@ import System.IO.Unsafe  data ExtractOptions = ExtractOptions-  { -- | Extract archive into a separate directory. The anme of the directory+  { -- | Extract archive into a separate directory. The name of the directory     --   will be the base name of the archive.     --   If the archive contains a single directory on the top-level, the     --   contents of that directory will be moved into the outer directory.     --   This ensures that tarbombs and non-tarbombs are treated consistently.+    --+    --   If this option is set to @False@, archives will be unpacked into the+    --   current working directory.     --     --   Default: @True@     separateDirectory :: Bool
shellmate-extras.cabal view
@@ -1,5 +1,5 @@ name:                shellmate-extras-version:             0.3.1+version:             0.3.2 synopsis:            Extra functionality for shellmate. description:         HTTP downloads and parsing for various file formats. homepage:            https://github.com/valderman/shellmate