Don't export CLDouble for GHC; fixes trac #2793
authorIan Lynagh <igloo@earth.li>
Sun, 5 Jul 2009 15:51:20 +0000 (15:51 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 5 Jul 2009 15:51:20 +0000 (15:51 +0000)
commitf99532092deb6b21db01aba1c98fa6579cb36e7d
tree718778e1b8daae22ba0132fcab177416c7a68940
parent97080d8293694fbf4e51556352e3fd196a43bdde
Don't export CLDouble for GHC; fixes trac #2793
We never really supported CLDouble (it was a plain old double underneath),
and pretending that we do does more harm than good.
Foreign/C/Types.hs