diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 19:14:26 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 19:14:26 +0100 |
| commit | 2f87fa5ecd24ab8b32a6c7d911547f1ffa6b072c (patch) | |
| tree | dfd57c9e901f51d0d89d155135de502c0b450211 /dev-haskell/easy-file/easy-file-0.2.2.ebuild | |
| parent | 41d664fb97e66b39e564a5dfb2c55cec143bc581 (diff) | |
| download | gentoo-2f87fa5ecd24ab8b32a6c7d911547f1ffa6b072c.tar.gz gentoo-2f87fa5ecd24ab8b32a6c7d911547f1ffa6b072c.tar.bz2 gentoo-2f87fa5ecd24ab8b32a6c7d911547f1ffa6b072c.zip | |
dev-haskell/easy-file: bump up to 0.2.2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/easy-file/easy-file-0.2.2.ebuild')
| -rw-r--r-- | dev-haskell/easy-file/easy-file-0.2.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/easy-file/easy-file-0.2.2.ebuild b/dev-haskell/easy-file/easy-file-0.2.2.ebuild new file mode 100644 index 000000000000..e396dc548411 --- /dev/null +++ b/dev-haskell/easy-file/easy-file-0.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Cross-platform File handling" +HOMEPAGE="https://github.com/kazu-yamamoto/easy-file" +SRC_URI="https://hackage.haskell.org/package/${P}/${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 +" |
