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
{{ message }}
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
cd ~
apt-get update
apt-get install git git-core
apt-get install python-setuptools
easy_install ipython
apt-get install ncurses-dev
apt-get install haskell-platform
cabal update
git clone http://github.com/nwf/dyna
cd dyna
mkdir dist
make
Here is the error that occurred during the make:
[ 8 of 35] Compiling Dyna.XXX.MonadUtils ( src/Dyna/XXX/MonadUtils.hs, dist/build/dyna-selftests/dyna-selftests-tmp/Dyna/XXX/MonadUtils.o )
src/Dyna/XXX/MonadUtils.hs:87:13:
Not in scope: type constructor or class `Overloading'
I'm not versed in Haskell, so any help here would be appreciated.
The text was updated successfully, but these errors were encountered:
This is due to some upstream changes in the package called "lens". I've just pushed fixes to our repository, but not all of our dependencies are ready yet, so you'll probably have to wait a few days for the system to be buildable without manual intervention. I'll leave this bug open to remind me to check on it in a few days.
Thanks for the report!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Make failed for me. These are the commands I executed as 'root' in a fresh Ubuntu 13.10 Saucy Salamander VM from: https://cloud-images.ubuntu.com/vagrant/saucy/20140209/saucy-server-cloudimg-i386-vagrant-disk1.box
Here is the error that occurred during the make:
I'm not versed in Haskell, so any help here would be appreciated.
The text was updated successfully, but these errors were encountered: