mbrubeck / compleat

Generate command-line completions using a simple DSL.

Home Page:http://limpet.net/mbrubeck/2009/10/30/compleat.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error on build

icholy opened this issue · comments

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

Sorry about that! Fixed by #10.