Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

make failed in Ubuntu 13.10 Saucy Salamander: Not in scope: type constructor or class `Overloading' #74

Description

@dissipate

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions