diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:51:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:53:51 +0100 |
commit | 3da7c1f5d3eb210a498d9a363928d91a29bba246 (patch) | |
tree | 618f912ef1fbf45b411f1cac3f56c8552f0718cc /dev-haskell | |
parent | dev-haskell/weigh: drop old (diff) | |
download | gentoo-3da7c1f5d3eb210a498d9a363928d91a29bba246.tar.gz gentoo-3da7c1f5d3eb210a498d9a363928d91a29bba246.tar.bz2 gentoo-3da7c1f5d3eb210a498d9a363928d91a29bba246.zip |
dev-haskell/with-location: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/with-location/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/with-location/with-location-0.0.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/with-location/Manifest b/dev-haskell/with-location/Manifest index ae3cd6a3da44..fa9c219d4262 100644 --- a/dev-haskell/with-location/Manifest +++ b/dev-haskell/with-location/Manifest @@ -1,2 +1 @@ -DIST with-location-0.0.0.tar.gz 1806 BLAKE2B 5a861687b8c0670c52f1e2a89fb29353466efc44a0cacaf76dca21e45323762629683b1f45955b5b238a93ce549c8be2e1e4062302efed7dfcd9347772e025e1 SHA512 c5be3a9478c0f9585daebe1b7ab73d81ed937740d7c5f5f3dac05289c58a508fca458e5c0727aed767e507c27a9007e878ee949228b8d25355ab8474ba7289c2 DIST with-location-0.1.0.tar.gz 2029 BLAKE2B 0d76733cff25a2dc3603ddad7b0806d43e2007017f73ec8773f6d00db0f7830eb2a30e324a5044654b7537bb9a43d453dbe50fd1ee89668fbbc465a5a27f90ee SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9 diff --git a/dev-haskell/with-location/with-location-0.0.0.ebuild b/dev-haskell/with-location/with-location-0.0.0.ebuild deleted file mode 100644 index 90731a67b9e2..000000000000 --- a/dev-haskell/with-location/with-location-0.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.7.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way" -HOMEPAGE="https://github.com/sol/with-location#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" |