#5419: integer-gmp no longer exports S# and J#
-----------------------------------+----------------------------------------
Reporter: mikhail.vorozhtsov | Owner:
Type: bug | Status: new
Priority: normal | Component: libraries (other)
Version: 7.3 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
-----------------------------------+----------------------------------------
Comment(by tibbe):
The dependency chain used to be: `GHC.Integer` ->
`GHC.Integer.GMP.Internals` -> `GHC.Integer.Type`.
The dependency chain is now: `GHC.Integer` -> `GHC.Integer.Type` ->
`GHC.Integer.GMP.Internals`.
If I understand Ian's intentions right he thinks it's odd for a module in
the `GHC.Integer.GMP` namespace to appear between two modules from the
`GHC.Integer` namespace. Fair enough. Then I suggest we add
`GHC.Integer.Internals` that exports the `Integer` constructors.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5419#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs