commit:     935e4e45af49d0e9925fe6d1bddff318c8156c0a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 07:46:31 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 07:46:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935e4e45

dev-haskell/language-bash: bump up to 0.9.0

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/735646
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/language-bash/Manifest                 |  1 +
 .../language-bash/language-bash-0.9.0.ebuild       | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-haskell/language-bash/Manifest 
b/dev-haskell/language-bash/Manifest
index b50df16a11a..1cbbc76d58d 100644
--- a/dev-haskell/language-bash/Manifest
+++ b/dev-haskell/language-bash/Manifest
@@ -1 +1,2 @@
 DIST language-bash-0.6.1.tar.gz 20224 BLAKE2B 
28f3fc67bf9df96bd22be997ee6cb3ece85651ca332b57f28f1212625517171dc8cccaaf3a31bfcf40d19a840e37d0d26bf432cdf08fb68bc772544c63248430
 SHA512 
2dfb3344a0bd15051f2d3f8bdb7185154b019141473e7f56b0decc1b840880bcccf69a910b16ef1958f149c5df5e90a4e7b6035b75b52c21d5829b018f66c143
+DIST language-bash-0.9.0.tar.gz 23660 BLAKE2B 
de074d6c397200514357838c621157c28c4610c7f5eab0920f99dd9c2bb1648420829822e589cde66774b8a3467fb66fe6bb1363994182d4a219ca8119ca1391
 SHA512 
cf14e6353b1afa487515a85b99f5cc2d93d614f3e6d653bacf55328921f5966ce5083fe19f51c0e952513c539101541c14664858315288d96b23d12d6b587fc8

diff --git a/dev-haskell/language-bash/language-bash-0.9.0.ebuild 
b/dev-haskell/language-bash/language-bash-0.9.0.ebuild
new file mode 100644
index 00000000000..442f6094633
--- /dev/null
+++ b/dev-haskell/language-bash/language-bash-0.9.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.2
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Parsing and pretty-printing Bash shell scripts"
+HOMEPAGE="https://github.com/knrafto/language-bash/";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test # fails, "getDirectoryContents:openDirStream: does not exist"
+
+RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] 
<dev-haskell/parsec-4.0:=[profile?]
+       >=dev-haskell/prettyprinter-1.2:=[profile?] 
<dev-haskell/prettyprinter-2.0:=[profile?]
+       >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18.1.3
+       test? ( dev-haskell/quickcheck
+               dev-haskell/tasty
+               dev-haskell/tasty-expected-failure
+               dev-haskell/tasty-golden
+               dev-haskell/tasty-hunit
+               dev-haskell/tasty-quickcheck )
+"

Reply via email to