Ticket #1458 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

FPS package dependency in GHC 6.4 and GHC 6.6

Reported by: ghc@… Owned by:
Priority: normal Milestone:
Component: libraries/base Version: 6.6.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

When switching from GHC-6.4 to GHC-6.6 I must remove all FPS dependencies in Cabal, which is not only very annoying, but seems to be unnecessary. I understand that ByteStrings? are now integral part of the GHC package, but why can't there be an FPS package, maybe a dummy package, that must be imported for using ByteStrings?? Remember that this is not only about switching from 6.4 to 6.6: I have different machines with different versions of GHC, thus I have to work with both versions simultaneously.

Change History

Changed 6 years ago by igloo

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

You can make an empty fps package and install it on your ghc 6.6 machines if you so wish.

It's too late for us to do anything about what ghc 6.6 comes with now.

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.