Ticket #1793 (closed bug: duplicate)

Opened 6 years ago

Last modified 5 years ago

Compiling QuickCheck fails

Reported by: guest Owned by:
Priority: normal Milestone:
Component: libraries (other) Version: 6.9
Keywords: Cc: lennart.augustsson@…
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I did a 'darcs get' on 2007-10-19, ran boot and configure and then tried 'make'.

c:/LA/ghc-HEAD/compiler/stage1/ghc-inplace.exe -M -optdep-f -optdepdist/build/.depend -optdep-s -optdepp  -package-name QuickCheck-1.0.1 -hide-all-packages -i -idist/build/autogen -idist/build -i. -Idist/build -odir dist/build -hidir dist/build -stubdir dist/build -package base-2.1 -O -XCPP -idist/build -H32m -O2 Debug.QuickCheck.Batch Debug.QuickCheck.Poly Debug.QuickCheck.Utils Debug.QuickCheck Test.QuickCheck.Batch Test.QuickCheck.Poly Test.QuickCheck.Utils Test.QuickCheck

Test/QuickCheck/Batch.hs:93:7:
    Could not find module `System.Random':
      it is a member of package random-1.0, which is hidden
make[2]: *** [dist/build/.depend] Error 1
make[2]: Leaving directory `/c/LA/ghc-HEAD/libraries/QuickCheck'
make[1]: *** [make.library.QuickCheck] Error 2
make[1]: Leaving directory `/c/LA/ghc-HEAD/libraries'
make: *** [stage1] Error 2

Change History

Changed 6 years ago by duncan

  • status changed from new to closed
  • resolution set to duplicate

Same problem as bug #1790, that ghc-HEAD's base version needs fixing.

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.