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 was 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.