packages feed

shellwords 0.1.4.4 → 0.1.4.5

raw patch · 3 files changed

+3/−4 lines, 3 files

Files

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 @@ [![Hackage](https://img.shields.io/hackage/v/shellwords.svg?style=flat)](https://hackage.haskell.org/package/shellwords) [![Stackage Nightly](http://stackage.org/package/shellwords/badge/nightly)](http://stackage.org/nightly/package/shellwords) [![Stackage LTS](http://stackage.org/package/shellwords/badge/lts)](http://stackage.org/lts/package/shellwords)-[![CI](https://github.com/pbrisbin/hs-shellwords/actions/workflows/ci.yml/badge.svg)](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: