Cabal revisions of shh-0.7.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: shh-version: 0.7.3.0-synopsis: Simple shell scripting from Haskell-description: Provides a shell scripting environment for Haskell. It- helps you use external binaries, and allows you to- perform many shell-like functions, such as piping- and redirection.-license: BSD3-license-file: LICENSE-author: Luke Clifton-maintainer: lukec@themk.net-copyright: (c) 2018 - 2021 Luke Clifton-category: System-build-type: Custom-extra-source-files: ChangeLog.md, README.md-cabal-version: 2.0--custom-setup- setup-depends:- base <4.18,- Cabal <3.11--source-repository head- type: git- location: https://github.com/luke-clifton/shh--library- exposed-modules: Shh- , Shh.Internal- build-depends:- base >= 4.9 && < 4.18,- async >= 2.2.1 && < 2.3,- bytestring >= 0.10.10 && < 0.13,- deepseq >= 1.4.3 && < 1.5,- directory >= 1.3.1 && < 1.4,- filepath >= 1.4.2 && < 1.5,- mtl >= 2.2.2 && < 2.4,- process >= 1.6.3 && < 1.7,- split >= 0.2.3 && < 0.3,- stringsearch >= 0.3.6.6 && < 0.4,- template-haskell >= 2.13.0 && < 2.21,- containers >= 0.5.11 && < 0.7,- unix >= 2.7.2 && < 2.9,- utf8-string- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--executable shh- ghc-options: -threaded- default-language: Haskell2010- build-depends:- base >=4.9,- temporary,- bytestring,- deepseq,- directory,- shh,- unix- hs-source-dirs: app- main-is: shh-app.hs--executable shh-example- ghc-options: -threaded -with-rtsopts=-N- default-language: Haskell2010- build-depends:- base >=4.9,- async,- shh- hs-source-dirs: app- main-is: Example.hs- --test-suite shh-tests- ghc-options: -threaded -with-rtsopts=-N -pgmL markdown-unlit- default-language: Haskell2010- build-depends:- base >=4.9,- async,- bytestring,- directory,- filepath,- PyF,- tasty,- tasty-quickcheck,- tasty-hunit,- shh,- utf8-string- hs-source-dirs: test- build-tool-depends: markdown-unlit:markdown-unlit- main-is: Test.hs- other-modules: Readme- type: exitcode-stdio-1.0+name: shh +version: 0.7.3.0 +x-revision: 1 +synopsis: Simple shell scripting from Haskell +description: Provides a shell scripting environment for Haskell. It + helps you use external binaries, and allows you to + perform many shell-like functions, such as piping + and redirection. +license: BSD3 +license-file: LICENSE +author: Luke Clifton +maintainer: lukec@themk.net +copyright: (c) 2018 - 2021 Luke Clifton +category: System +build-type: Custom +extra-source-files: ChangeLog.md, README.md +cabal-version: 2.0 + +custom-setup + setup-depends: + base <4.18, + Cabal <3.11 + +source-repository head + type: git + location: https://github.com/luke-clifton/shh + +library + exposed-modules: Shh + , Shh.Internal + build-depends: + base >= 4.9 && < 4.21, + async >= 2.2.1 && < 2.3, + bytestring >= 0.10.10 && < 0.13, + deepseq >= 1.4.3 && < 1.5, + directory >= 1.3.1 && < 1.4, + filepath >= 1.4.2 && < 1.5, + mtl >= 2.2.2 && < 2.4, + process >= 1.6.3 && < 1.7, + split >= 0.2.3 && < 0.3, + stringsearch >= 0.3.6.6 && < 0.4, + template-haskell >= 2.13.0 && < 2.21, + containers >= 0.5.11 && < 0.7, + unix >= 2.7.2 && < 2.9, + utf8-string + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +executable shh + ghc-options: -threaded + default-language: Haskell2010 + build-depends: + base >=4.9, + temporary, + bytestring, + deepseq, + directory, + shh, + unix + hs-source-dirs: app + main-is: shh-app.hs + +executable shh-example + ghc-options: -threaded -with-rtsopts=-N + default-language: Haskell2010 + build-depends: + base >=4.9, + async, + shh + hs-source-dirs: app + main-is: Example.hs + + +test-suite shh-tests + ghc-options: -threaded -with-rtsopts=-N -pgmL markdown-unlit + default-language: Haskell2010 + build-depends: + base >=4.9, + async, + bytestring, + directory, + filepath, + PyF, + tasty, + tasty-quickcheck, + tasty-hunit, + shh, + utf8-string + hs-source-dirs: test + build-tool-depends: markdown-unlit:markdown-unlit + main-is: Test.hs + other-modules: Readme + type: exitcode-stdio-1.0
revision 2
name: shh version: 0.7.3.0 -x-revision: 1 +x-revision: 2 synopsis: Simple shell scripting from Haskell description: Provides a shell scripting environment for Haskell. It helps you use external binaries, and allows you to custom-setup setup-depends: - base <4.18, + base <4.21, Cabal <3.11 source-repository head
revision 3
name: shh version: 0.7.3.0 -x-revision: 2 +x-revision: 3 synopsis: Simple shell scripting from Haskell description: Provides a shell scripting environment for Haskell. It helps you use external binaries, and allows you to process >= 1.6.3 && < 1.7, split >= 0.2.3 && < 0.3, stringsearch >= 0.3.6.6 && < 0.4, - template-haskell >= 2.13.0 && < 2.21, + template-haskell >= 2.13.0 && < 2.23, containers >= 0.5.11 && < 0.7, unix >= 2.7.2 && < 2.9, utf8-string
revision 4
name: shh version: 0.7.3.0 -x-revision: 3 +x-revision: 4 synopsis: Simple shell scripting from Haskell description: Provides a shell scripting environment for Haskell. It helps you use external binaries, and allows you to base >= 4.9 && < 4.21, async >= 2.2.1 && < 2.3, bytestring >= 0.10.10 && < 0.13, - deepseq >= 1.4.3 && < 1.5, + deepseq >= 1.4.3 && < 1.6, directory >= 1.3.1 && < 1.4, filepath >= 1.4.2 && < 1.5, mtl >= 2.2.2 && < 2.4,
revision 5
name: shh version: 0.7.3.0 -x-revision: 4 +x-revision: 5 synopsis: Simple shell scripting from Haskell description: Provides a shell scripting environment for Haskell. It helps you use external binaries, and allows you to custom-setup setup-depends: base <4.21, - Cabal <3.11 + Cabal <3.13 source-repository head type: git
revision 6
name: shh version: 0.7.3.0 -x-revision: 5 +x-revision: 6 synopsis: Simple shell scripting from Haskell description: Provides a shell scripting environment for Haskell. It helps you use external binaries, and allows you to bytestring >= 0.10.10 && < 0.13, deepseq >= 1.4.3 && < 1.6, directory >= 1.3.1 && < 1.4, - filepath >= 1.4.2 && < 1.5, + filepath >= 1.4.2 && < 1.6, mtl >= 2.2.2 && < 2.4, process >= 1.6.3 && < 1.7, split >= 0.2.3 && < 0.3, stringsearch >= 0.3.6.6 && < 0.4, template-haskell >= 2.13.0 && < 2.23, - containers >= 0.5.11 && < 0.7, + containers >= 0.5.11 && < 0.8, unix >= 2.7.2 && < 2.9, utf8-string hs-source-dirs: src