Ticket #2286 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

HGL library do not compile

Reported by: rgarciapariente Owned by:
Priority: normal Milestone: Not GHC
Component: libraries/HGL Version: 6.8.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

if you try to compile HGL-3.2.0.0 in ghc 6.8.2 on Windows:

C:\ghc\HGL-3.2.0.0>runghc Setup.hs configure
Configuring HGL-3.2.0.0...

C:\ghc\HGL-3.2.0.0>runghc Setup.hs build
Preprocessing library HGL-3.2.0.0...
Building HGL-3.2.0.0...

Graphics/HGL/Key.hs:57:7:
    Could not find module `Graphics.Win32':
      it is a member of package Win32-2.1.1.0, which is hidden

But:

C:\ghc\HGL-3.2.0.0>ghc-pkg list
C:/ghc/ghc-6.8.2\package.conf:
    Cabal-1.2.3.0, GLUT-2.1.1.1, HUnit-1.2.0.0, OpenGL-2.2.1.1,
    QuickCheck-1.1.0.0, Win32-2.1.1.0, array-0.1.0.0, base-3.0.1.0,
    bytestring-0.9.0.1, cgi-3001.1.5.1, containers-0.1.0.1,
    directory-1.0.0.0, fgl-5.4.1.1, filepath-1.1.0.0, (ghc-6.8.2),
    haskell-src-1.0.1.1, haskell98-1.0.1.0, hpc-0.5.0.0, html-1.0.1.1,
    mtl-1.1.0.0, network-2.1.0.0, old-locale-1.0.0.0, old-time-1.0.0.0,
    packedstring-0.1.0.0, parallel-1.0.0.0, parsec-2.1.0.0,
    pretty-1.0.0.0, process-1.0.0.0, random-1.0.0.0,
    regex-base-0.72.0.1, regex-compat-0.71.0.1, regex-posix-0.72.0.2,
    rts-1.0, stm-2.1.1.0, template-haskell-2.2.0.0, time-1.1.2.0,
    xhtml-3000.0.2.1

Change History

Changed 5 years ago by igloo

  • difficulty set to Unknown
  • description modified (diff)

Changed 5 years ago by igloo

  • milestone set to Not GHC

When it was a GHC extralib we didn't try to build it on Windows, so I think it's known that it doesn't work. HGL could do with a maintainer if it's still useful.

Changed 5 years ago by duncan

The only interesting package that depended on HGL was the SOE library and there are now two implementations of SOE that use things other than HGL.

Changed 5 years ago by igloo

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

No longer an extralib, so closing the bug

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.