shell-conduit 4.4 → 4.5
raw patch · 1 files changed
+6/−2 lines, 1 filesdep −these
Dependencies removed: these
Files
- shell-conduit.cabal +6/−2
shell-conduit.cabal view
@@ -1,5 +1,5 @@ name: shell-conduit-version: 4.4+version: 4.5 synopsis: Write shell scripts with Conduit description: Write shell scripts with Conduit. See "Data.Conduit.Shell" for documentation. license: BSD3@@ -10,6 +10,7 @@ category: Conduit, Scripting build-type: Simple cabal-version: >=1.8+homepage: https://github.com/chrisdone/shell-conduit library hs-source-dirs: src/@@ -37,7 +38,10 @@ , split , template-haskell , text- , these , transformers , transformers-base , unix >= 2.7.0.1++source-repository head+ type: git+ location: https://github.com/chrisdone/shell-conduit.git