diff options
Diffstat (limited to 'dev-haskell/singleton-bool')
-rw-r--r-- | dev-haskell/singleton-bool/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/singleton-bool/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/singleton-bool/singleton-bool-0.1.5-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-haskell/singleton-bool/singleton-bool-0.1.7.ebuild | 25 |
4 files changed, 34 insertions, 6 deletions
diff --git a/dev-haskell/singleton-bool/Manifest b/dev-haskell/singleton-bool/Manifest index 29aa5b9a31e8..65e9ad557f19 100644 --- a/dev-haskell/singleton-bool/Manifest +++ b/dev-haskell/singleton-bool/Manifest @@ -1 +1,2 @@ DIST singleton-bool-0.1.5.tar.gz 3598 BLAKE2B 3825990751089e403b8056e6f8d39714b19a06dd895e422bc04c7539131d63435ac351971a400310c2ee63ae745203f64d8edbe93487557108d0e9a9ed158c80 SHA512 a2b70137f598026d0b330a5ee8265f07056e2073544f62b60cba7fec2345796f5b0d295536a536877bcb01439401047a026d8234531e27431e38701711d5df1a +DIST singleton-bool-0.1.7.tar.gz 3974 BLAKE2B 3552910a9a65bd00983e6b21265a03f3683f905dbe3d146df515ece7344ec8b36851bb06f0e5bc96fda74cde8ebdcaef6e01ef571645ecaa522f05debe1088c8 SHA512 b926b35fb82bf3d2f1bc216ce2e15e3a9908b4a39458c39f4b171282498fd6f645c3ef0c5b10c67f2ac93cab76d45be30a8ec2dfa36d52cdb263b25229d89d58 diff --git a/dev-haskell/singleton-bool/metadata.xml b/dev-haskell/singleton-bool/metadata.xml index 937381521944..f42b2a304541 100644 --- a/dev-haskell/singleton-bool/metadata.xml +++ b/dev-haskell/singleton-bool/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">singleton-bool</remote-id> + <remote-id type="github">phadej/singleton-bool</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-haskell/singleton-bool/singleton-bool-0.1.5-r1.ebuild b/dev-haskell/singleton-bool/singleton-bool-0.1.5-r1.ebuild index ee5df4b0fa05..898653281d56 100644 --- a/dev-haskell/singleton-bool/singleton-bool-0.1.5-r1.ebuild +++ b/dev-haskell/singleton-bool/singleton-bool-0.1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.9999 @@ -25,8 +25,6 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.16.0 " -src_prepare() { - default - cabal_chdeps \ - 'base >=4.6 && <4.13' 'base >=4.6' -} +CABAL_CHDEPS=( + 'base >=4.6 && <4.13' 'base >=4.6' +) diff --git a/dev-haskell/singleton-bool/singleton-bool-0.1.7.ebuild b/dev-haskell/singleton-bool/singleton-bool-0.1.7.ebuild new file mode 100644 index 000000000000..804009abfd9b --- /dev/null +++ b/dev-haskell/singleton-bool/singleton-bool-0.1.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Type level booleans" +HOMEPAGE="https://github.com/phadej/singleton-bool#readme" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/boring-0.2.1:=[profile?] <dev-haskell/boring-0.3:=[profile?] + >=dev-haskell/dec-0.0.5:=[profile?] <dev-haskell/dec-0.1:=[profile?] + >=dev-haskell/some-1.0.4:=[profile?] <dev-haskell/some-1.1:=[profile?] + >=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 +" |