It seems to be building a very old cpphs (1.13) with a new version of cabal. cpphs-1.13 has a top-level build-depends statement which isn't allowed anymore: it should now be added to the library section, which is what the error message tries to indicate.
Erik On Thu, Jan 1, 2015 at 3:43 PM, Malcolm Wallace <malcolm.wall...@me.com> wrote: > > On 1 Jan 2015, at 13:58, George Colpitts wrote: > >> Configuring cpphs-1.13... >> Building cpphs-1.13... >> Warning: cpphs.cabal: Unknown fields: build-depends (line 5) > >> Could not find module ‘Prelude’ >> It is a member of the hidden package ‘base-4.8.0.0’. >> Perhaps you need to add ‘base’ to the build-depends in your .cabal file. > > The two statements "unknown field build-depends" and "add package to > build-depends" seem rather contradictory. How can this be fixed? > > Regards, > Malcolm > > _______________________________________________ > Glasgow-haskell-users mailing list > Glasgow-haskell-users@haskell.org > http://www.haskell.org/mailman/listinfo/glasgow-haskell-users _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users