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

Can't build #8

Closed jdevera closed 11 years ago

jdevera commented 12 years ago

When I get tot the build step: $ ./Setup.lhs build

I get this error:

Top level:
    Ambiguous interface for `Prelude':
      it was found in multiple packages: base haskell98-2.0.0.1

I tried removing haskell98 from the cabal file as suggested here http://hackage.haskell.org/trac/ghc/ticket/4958 but then I get this error:


Completer.hs:10:8:
    Could not find module `IO'
    It is a member of the hidden package `haskell98-2.0.0.1'.
    Perhaps you need to add `haskell98' to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Which I think is way beyond my possibilities to solve, since I have never use Haskell before.

mbrubeck commented 12 years ago

It looks like I'll need to update compleat to build with the current version of GHC. I'll try to do this as soon as I have time.

jdevera commented 12 years ago

Thanks!

mbrubeck commented 11 years ago

Fixed by #10.