Re: Make warnings in dph
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Hi Gabor, On Tue, Oct 23, 2012 at 12:43:52PM +0200, Gabor Greif wrote: > These 'make' diagnostics appeared today with a fresh pull: > > make[1]: Circular > libraries/dph/dph-lifted-copy/dist-install/build/Data/Array/Parallel/Lifted/PArray.dyn_o > <- libraries/dph/dph-lifted-copy/dist-install/build/Data/Array/Parallel/Lifted/PArray.o > dependency dropped. > make[1]: Circular > libraries/dph/dph-lifted-copy/dist-install/build/Data/Array/Parallel/Lifted/TH/Repr.dyn_o > <- libraries/dph/dph-lifted-copy/dist-install/build/Data/Array/Parallel/Lifted/TH/Repr.o > dependency dropped. > > Ist it a reason for concern? Yes, thanks; fixed now. Thanks Ian