shellwords 0.1.4.4 → 0.1.4.5
raw patch · 3 files changed
+3/−4 lines, 3 files
Files
- CHANGELOG.md +1/−1
- README.md +0/−1
- shellwords.cabal +2/−2
CHANGELOG.md view
@@ -1,1 +1,1 @@-See https://github.com/pbrisbin/hs-shellwords/releases+See https://codeberg.org/pbrisbin/hs-shellwords/releases
README.md view
@@ -3,7 +3,6 @@ [](https://hackage.haskell.org/package/shellwords) [](http://stackage.org/nightly/package/shellwords) [](http://stackage.org/lts/package/shellwords)-[](https://github.com/pbrisbin/hs-shellwords/actions/workflows/ci.yml) Parse a string into words, like a shell would.
shellwords.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: shellwords-version: 0.1.4.4+version: 0.1.4.5 license: MIT license-file: LICENSE copyright: 2018 Patrick Brisbin@@ -9,7 +9,7 @@ homepage: https://github.com/pbrisbin/hs-shellwords#readme bug-reports: https://github.com/pbrisbin/hs-shellwords/issues synopsis: Parse strings into words, like a shell would-description: See https://github.com/pbrisbin/hs-shellwords#readme+description: See https://codeberg.org/pbrisbin/hs-shellwords#readme category: Text build-type: Simple extra-doc-files: