packages feed

const-math-ghc-plugin-0.3.0.1: tests/ghc-7.6/expfloat.hs

{-# LANGUAGE MagicHash #-}
-- tests that expFloat# works (had linking problems on Windows)

import GHC.Exts

main = do
  print (F# (expFloat# 3.45#))