diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 18:53:04 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | 4cba26b9b2ed2562eba37cbd3bfa4a6f2a096117 (patch) | |
tree | aa4b9b2016cb05e0879c52580a5dbcbb6f0f5b43 /dev-haskell/network-info/network-info-0.2.0.8.ebuild | |
parent | dev-haskell/nanospec: disable cyclic FEATURES=test (diff) | |
download | gentoo-4cba26b9b2ed2562eba37cbd3bfa4a6f2a096117.tar.gz gentoo-4cba26b9b2ed2562eba37cbd3bfa4a6f2a096117.tar.bz2 gentoo-4cba26b9b2ed2562eba37cbd3bfa4a6f2a096117.zip |
dev-haskell/network-info: bump up to 0.2.0.8
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/network-info/network-info-0.2.0.8.ebuild')
-rw-r--r-- | dev-haskell/network-info/network-info-0.2.0.8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/network-info/network-info-0.2.0.8.ebuild b/dev-haskell/network-info/network-info-0.2.0.8.ebuild new file mode 100644 index 000000000000..465137f64355 --- /dev/null +++ b/dev-haskell/network-info/network-info-0.2.0.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Access the local computer's basic network configuration" +HOMEPAGE="https://github.com/jystic/network-info" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |