From 006ff009ed00d3f3b2832b0841f114cdf59e9171 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 12 Dec 2018 16:11:59 +0800 Subject: [PATCH] dev-haskell/cabal-install-bin: bump to 2.4.1.0 --- .../cabal-install-bin-2.4.1.0.exheres-0 | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/dev-haskell/cabal-install-bin/cabal-install-bin-2.4.1.0.exheres-0 diff --git a/packages/dev-haskell/cabal-install-bin/cabal-install-bin-2.4.1.0.exheres-0 b/packages/dev-haskell/cabal-install-bin/cabal-install-bin-2.4.1.0.exheres-0 new file mode 100644 index 0000000..1403992 --- /dev/null +++ b/packages/dev-haskell/cabal-install-bin/cabal-install-bin-2.4.1.0.exheres-0 @@ -0,0 +1,30 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="cabal-install is the command line interface to Cabal and hackage" +HOMEPAGE="https://www.haskell.org/cabal/" +DOWNLOADS="https://downloads.haskell.org/~cabal/cabal-install-${PV}/cabal-install-${PV}-x86_64-unknown-linux.tar.xz" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="-* ~amd64" +MYOPTIONS="" + +DEPENDENCIES=" + run: + virtual/GHC + dev-libs/gmp[>=6.1] [[ note = [ depends on libgmp.so.10 ] ]] + !dev-haskell/cabal-install [[ + description = [ Both install the same binary ] + resolution = uninstall-blocked-after + ]] +" + +BUGS_TO="hasufell@posteo.de" + +WORK=${WORKBASE} + +src_install() { + dobin cabal +} +