diff options
author | 2022-07-25 05:51:43 +1000 | |
---|---|---|
committer | 2022-07-24 23:05:19 +0100 | |
commit | 126163b17ecda7c72f8614dc1197722c74b4f895 (patch) | |
tree | 6e945903274d55ce6881e751e9f2b129789337c0 /dev-haskell | |
parent | profiles: last-rite dev-haskell/bytestring-handle (diff) | |
download | gentoo-126163b17ecda7c72f8614dc1197722c74b4f895.tar.gz gentoo-126163b17ecda7c72f8614dc1197722c74b4f895.tar.bz2 gentoo-126163b17ecda7c72f8614dc1197722c74b4f895.zip |
dev-haskell/th-expand-syns: add 0.4.9.0
Closes: https://bugs.gentoo.org/860510
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/th-expand-syns/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest index a0140d3feefb..c2e252aa394d 100644 --- a/dev-haskell/th-expand-syns/Manifest +++ b/dev-haskell/th-expand-syns/Manifest @@ -1 +1,2 @@ DIST th-expand-syns-0.4.6.0.tar.gz 8228 BLAKE2B 6f0a0ee73cc7999a2cc42aa4982980851d14e4db8aebd921cc04517505676b24fa5e2b6977ce7b2d73a3e153ffb4f98727503fc5d735e409c0dcb9d4930d4f09 SHA512 93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5 +DIST th-expand-syns-0.4.9.0.tar.gz 7381 BLAKE2B 7baf5af02ee17ac65cc11ea44c2413d70d49086a4cff5158e80955aa47c72ed74ae4cf02e32de2aa047e3c0eeb5a14ad4fa4a836d6ef3c1448d742cfce340d98 SHA512 ff20a81e37bbefa246c6c1c596f69f83f1d2f7fdbb217556d42fff1cedbf064b65cc6e005806022221b4b6bc5e5f1dcda75ca9b51efcff6d14bfe0e6b658485d diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild new file mode 100644 index 000000000000..b7dbef6e4685 --- /dev/null +++ b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.2.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Expands type synonyms in Template Haskell ASTs" +HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-haskell/syb:=[profile?] + >=dev-haskell/th-abstraction-0.4.3:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" |