mbrubeck / compleat

Generate command-line completions using a simple DSL.
http://limpet.net/mbrubeck/2009/10/30/compleat.html
472 stars 18 forks source link

import error on build #9

Closed icholy closed 11 years ago

icholy commented 11 years ago

I know nothing about haskell, and I can't get it to build. Found this on SO. So I'm guessing that wherever Prelude is being imported, it needs to be prefixed with base? But I can't even find where the import is.

$ ./Setup.lhs build
Building compleat-1.0...
Preprocessing executable 'compleat' for compleat-1.0...

compleat.hs:1:1:
    Ambiguous module name `Prelude':
      it was found in multiple packages: base haskell98-2.0.0.1
mbrubeck commented 11 years ago

Sorry about that! Fixed by #10.