yaxu / feedforward

GNU General Public License v3.0
129 stars 10 forks source link

Could not find module ‘Parameters’ #32

Closed hellocatfood closed 3 years ago

hellocatfood commented 3 years ago

Trying to reinstall feedforward on Ubuntu 20.04 by cloning the repository and running cabal install and I get an error about a missing module

src/TidalHint.hs:14:1: error:
    Could not find module ‘Parameters’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
14 | import           Parameters
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build exe:feedforward from feedforward-0.0.1. See the build
log above for details.
yaxu commented 3 years ago

I think it might work now if you git pull

hellocatfood commented 3 years ago

now I'm getting an error about Code

src/Edit.hs:47:1: error:
    Could not find module ‘Code’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
47 | import           Code
   | ^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build exe:feedforward from feedforward-0.0.1. See the build
log above for details.
hellocatfood commented 3 years ago

Working now, thanks!