You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It warns about ambiguous names, either matching Vec or vec, but then seems to choose Vec even though I specified vec on the command line:
dev-haskell/vec/vec-1.0.5.ebuild
# Copyright 1999-2022 Gentoo Authors# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.7.3.0
CABAL_PN="Vec"
The text was updated successfully, but these errors were encountered:
I'm trying to run
hackport
to get the latest version ofvec
:It warns about ambiguous names, either matching
Vec
orvec
, but then seems to chooseVec
even though I specifiedvec
on the command line:dev-haskell/vec/vec-1.0.5.ebuild
The text was updated successfully, but these errors were encountered: