summaryrefslogtreecommitdiff
path: root/dev-haskell/th-expand-syns
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-25 02:55:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-25 02:55:08 +0100
commitaeb34c47a1042b074096bacb85205617c8a14d3a (patch)
tree905475b28fd25bd6ffbf92d7c1a0100c0474a780 /dev-haskell/th-expand-syns
parentfc879856a16ea66528a11a00cf6ee19891f3d186 (diff)
gentoo auto-resync : 25:07:2022 - 02:55:08
Diffstat (limited to 'dev-haskell/th-expand-syns')
-rw-r--r--dev-haskell/th-expand-syns/Manifest4
-rw-r--r--dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild (renamed from dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild)13
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest
index ead95d9bc1ef..c941cb89b8a6 100644
--- a/dev-haskell/th-expand-syns/Manifest
+++ b/dev-haskell/th-expand-syns/Manifest
@@ -1,3 +1,3 @@
-DIST th-expand-syns-0.4.6.0.tar.gz 8228 BLAKE2B 6f0a0ee73cc7999a2cc42aa4982980851d14e4db8aebd921cc04517505676b24fa5e2b6977ce7b2d73a3e153ffb4f98727503fc5d735e409c0dcb9d4930d4f09 SHA512 93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5
-EBUILD th-expand-syns-0.4.6.0.ebuild 600 BLAKE2B da6091de846999c6dc84474e34cce7096e2329f0d3ce583aa36ab040d6cb7e31cfae607fd83f51b103032703d5e2ee70023f625b3739e611258322d34d7ebfc4 SHA512 6e08c000f570e81e0297a9e41de123e6be72b0f7141bdc9ff290ad9507565cca4a4df4f9280b7e5e8fc403fcd09052a34428c2bf8dcdc75b1ca9b533aef7aadc
+DIST th-expand-syns-0.4.9.0.tar.gz 7381 BLAKE2B 7baf5af02ee17ac65cc11ea44c2413d70d49086a4cff5158e80955aa47c72ed74ae4cf02e32de2aa047e3c0eeb5a14ad4fa4a836d6ef3c1448d742cfce340d98 SHA512 ff20a81e37bbefa246c6c1c596f69f83f1d2f7fdbb217556d42fff1cedbf064b65cc6e005806022221b4b6bc5e5f1dcda75ca9b51efcff6d14bfe0e6b658485d
+EBUILD th-expand-syns-0.4.9.0.ebuild 627 BLAKE2B fe2c948838cc02ac51a44f93dd91f97ba1e66f6d0e752d30ca5db17dd114e149b16612ce5cc88348b1c040608bf5015380e253cb7ed0bf9b4a7304f85a3163cb SHA512 23b617ae25fe0a240444f27bbb4871d6463a0f4c2286dd6dc20fdfd86a01ba29e48cefc84695a7e5be7555f5ccbc8ebb9011e30a7d0e4c1e8196042fa4c23fe5
MISC metadata.xml 346 BLAKE2B c7e262bcfbba1add361981f6058cf0f2a0fe33ebf7cce4862bdf1fc11f786058d6e703ac994650845ef8fe89b47c52c6e052344ed6458881f1af42f0edbe4089 SHA512 4221d5741b70ebdbab5514933182acdf914246b4d1bfd208edae1911758f5b4a2cf26d588cd81ab308cb39858149c895163a721d0055c327eb33144fcf307b95
diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild
index 01dd51636b90..b7dbef6e4685 100644
--- a/dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild
+++ b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-# ebuild generated by hackport 0.6.4.9999
+# 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"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="dev-haskell/syb:=[profile?]
- >=dev-lang/ghc-7.4.1:=
+ >=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-1.8
+ >=dev-haskell/cabal-2.2.0.1
"