summaryrefslogtreecommitdiff
path: root/dev-haskell/th-orphans
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-30 09:09:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-30 09:09:34 +0100
commitad0412d0cafb8c04ce98024155cf99a4cc27db44 (patch)
treec34688ab389c18775a322de6cd4cfd957cbe8014 /dev-haskell/th-orphans
parentcdb747b791914a30c287a3a8e33d1b635e431707 (diff)
gentoo auto-resync : 30:07:2022 - 09:09:33
Diffstat (limited to 'dev-haskell/th-orphans')
-rw-r--r--dev-haskell/th-orphans/Manifest4
-rw-r--r--dev-haskell/th-orphans/th-orphans-0.13.13.ebuild (renamed from dev-haskell/th-orphans/th-orphans-0.13.10.ebuild)16
2 files changed, 8 insertions, 12 deletions
diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
index 907a305fe787..f6db6e6b2e63 100644
--- a/dev-haskell/th-orphans/Manifest
+++ b/dev-haskell/th-orphans/Manifest
@@ -1,3 +1,3 @@
-DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6 SHA512 bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651
-EBUILD th-orphans-0.13.10.ebuild 904 BLAKE2B 6b093628db0ec18ab441cc64e8d962c4b148fb6220fd00c1ae49bdca8cf9158623eec469fcd8d9662c92c6841733b5ca7e9009059b7e6611bd31699afdd17fbc SHA512 093b81fb64f922b0a797c673484e92a469cc2ed49cf115953d1c7517490d8988ad7370f457d0064b7dbe5e5175656615fc48ea3bfd7d323101415b2acfbf062d
+DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864 SHA512 94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335
+EBUILD th-orphans-0.13.13.ebuild 770 BLAKE2B 2ca9752fd4ca6e9d61f992c2814d7bb94af016803335957796bda28a9ea1af4ea05040ff85956ffec487951910797f4d51b54633bd0d40d81712ce9328cd1af0 SHA512 e7ac642338a508fc85af86ff8cc8874132288c28cdebaf3dff4ce6528df01640d1965ce6ad5365caffbce859d90d499ae970ead760c084b4ba2d405634d413bc
MISC metadata.xml 508 BLAKE2B 15318ff4be26770796c2332e5c1c0e87dd577bb98aabb6bf3c1fbfe67589df17b3cfc25a3d75bdcdc1ab410100a80a431d793d53fdd8f0801585190d22e78aaf SHA512 7a254b1f82a5918f2d291ad8d686c85de85b0299def2cc8cf76108b8cad4c4bc481e93a124f6778c8f7f3cbd870a325a50f6ad61a4ae6e8c2fe2f7a617258be3
diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
index c2a10a9d6d76..8fb2051d3986 100644
--- a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
+++ b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
@@ -1,31 +1,27 @@
-# 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="Orphan instances for TH datatypes"
HOMEPAGE="https://hackage.haskell.org/package/th-orphans"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
- >=dev-haskell/generic-deriving-1.9:=[profile?]
- dev-haskell/mtl:=[profile?]
+RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] <dev-haskell/th-compat-0.2:=[profile?]
>=dev-haskell/th-lift-0.7.1:=[profile?]
dev-haskell/th-lift-instances:=[profile?]
>=dev-haskell/th-reify-many-0.1:=[profile?] <dev-haskell/th-reify-many-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
+ >=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
+ >=dev-haskell/cabal-2.2.0.1
test? ( dev-haskell/hspec )
"