yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

Error when building example configurations with cabal #1121

Open noughtmare opened 3 years ago

noughtmare commented 3 years ago

When building yi-emacs-vty-static with cabal gives the following error message:

cabal: Unknown target '.'.
There is no component '.'.
The project has no package directory '.'.

A workaround is to make a file called cabal.project with the following contents:

packages: .

These cabal.project files should probably just be added to this repository.