summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-24 07:59:54 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-24 08:00:19 +0100
commite62fde44a06a996a4db974a596ae44e06970608f (patch)
tree324532092501181a962435af2bcc75a987be23df /dev-haskell/vector-space
parentdev-haskell/vector-space: bump up to 0.16 (diff)
downloadgentoo-e62fde44a06a996a4db974a596ae44e06970608f.tar.gz
gentoo-e62fde44a06a996a4db974a596ae44e06970608f.tar.bz2
gentoo-e62fde44a06a996a4db974a596ae44e06970608f.zip
dev-haskell/vector-space: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/vector-space')
-rw-r--r--dev-haskell/vector-space/Manifest1
-rw-r--r--dev-haskell/vector-space/vector-space-0.10.4.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/vector-space/Manifest b/dev-haskell/vector-space/Manifest
index 38e8517010cb..f24333fd26d8 100644
--- a/dev-haskell/vector-space/Manifest
+++ b/dev-haskell/vector-space/Manifest
@@ -1,2 +1 @@
-DIST vector-space-0.10.4.tar.gz 14249 BLAKE2B 519f99dfec2bb4999939b2b3247822202ab93832597c2412a3ec97a8ddb7b74329b98fe296e7aa0dd96297c9ca802346cf9d6478755995a7e40e9e01c8584611 SHA512 c7218701fe837eab01cd65b3bc0ce2d85fb3a73c8aa034bb606b7bc0bbe87856dc5f375bd1515f65f77e08e12d84b63757d0ba755ae726771888ea7413bac183
DIST vector-space-0.16.tar.gz 16049 BLAKE2B e8851c515f774176c3589d6aa2ccef3d22c6957fa8c93dbb858da3e74785624fb5e5aaea4ba0bd9a3a3a55f74a801d5c51a8cb5e99b954ff9c7cd7a5a8c9001f SHA512 d79bc2e76a26653d5361a319265e52d8dea6273d10060a61215162490109a37b17261f897a6472bc7f16fc1f5566423c9a8ead6469fe10e366f982ab3d0ef2f5
diff --git a/dev-haskell/vector-space/vector-space-0.10.4.ebuild b/dev-haskell/vector-space/vector-space-0.10.4.ebuild
deleted file mode 100644
index 9d34c0aa1878..000000000000
--- a/dev-haskell/vector-space/vector-space-0.10.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Vector & affine spaces, linear maps, and derivatives"
-HOMEPAGE="https://hackage.haskell.org/package/vector-space"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/boolean-0.1.0:=[profile?]
- >=dev-haskell/memotrie-0.5:=[profile?]
- >=dev-haskell/numinstances-1.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"