Unverified Commit a1f05e97 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #1100 from ezzieyguywuf/ghcid

dev-haskell/ghcid bump to 0.8.7
parents 876aa52e b88ba33e
DIST ghcid-0.6.6.tar.gz 22318 BLAKE2B 25bbe84dbf0b2ea88381baa625dbc6c5f3b42634f6ba280e507c7edec05e4a7a7dbb3e8e073748f016c117c0c46bafb307aa2f862edabd0f900407e1ec4131b6 SHA512 4d4243a217a61bdcbcea23043e1f53f79175c6ff6abc4906e6c76fd785acba7485d16df49147bc7d41ea755f080adccb8ea9764c811e231a95330607061719ee
DIST ghcid-0.8.7.tar.gz 35281 BLAKE2B 6e30e603eeda06c524df1a9630cd871b4d3a95002c2eb76a3e3e1820a147f2235ec9d51a6f5d65132c14013f3a57b4f4f630c4b82b75d4830c2eee009527ccf5 SHA512 69748c115db36d4b41dafdbbfaeedc80be3a3bdadf15b16386e36138193fcc8c89d84b2990fb69175acedbb5cab62251387405ccbb2e7bcc8d04f5370effab8a
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="GHCi based bare bones IDE"
HOMEPAGE="https://github.com/ndmitchell/ghcid#readme"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/ansi-terminal:=[profile?]
>=dev-haskell/cmdargs-0.10:=[profile?]
>=dev-haskell/extra-1.6.20:=[profile?]
dev-haskell/fsnotify:=[profile?]
>=dev-haskell/terminal-size-0.3:=[profile?]
>=dev-lang/ghc-7.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
test? ( dev-haskell/tasty
dev-haskell/tasty-hunit )
"
......@@ -5,7 +5,4 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Either \"GHCi as a daemon\" or \"GHC + a bit of an IDE\". A very simple Haskell development tool which shows you the errors in your project and updates them whenever you save. Run @ghcid --topmost --command=ghci@, where @--topmost@ makes the window on top of all others (Windows only) and @--command@ is the command to start GHCi on your project (defaults to @ghci@ if you have a @.ghci@ file, or else to @cabal repl@).
</longdescription>
</pkgmetadata>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment