Opened 13 years ago

Last modified 11 years ago

#31409 closed defect

ghci has a broken cosine — at Version 1

Reported by: wbl (Watson Ladd) Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: ghc

Description (last modified by ryandesign (Ryan Carsten Schmidt))

ghci does not calculate cosines.

$ghci
GHCi, version 6.10.4: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Prelude> cos pi
-Segmentation fault

if pi is replaced by 3.1415 this also breaks.

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to gwright@…
Note: See TracTickets for help on using tickets.