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"
I'm trying to run
hackportto get the latest version ofvec:It warns about ambiguous names, either matching
Vecorvec, but then seems to chooseVeceven though I specifiedvecon the command line:dev-haskell/vec/vec-1.0.5.ebuild