From 863fd69b44d6e65544973871043d89d1d6c50a9e Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 22 Dec 2011 18:16:58 +0100 Subject: ok hmatrix-special --- packages/special/lib/Numeric/GSL/Special/Exp.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/special/lib/Numeric/GSL/Special/Exp.hs') diff --git a/packages/special/lib/Numeric/GSL/Special/Exp.hs b/packages/special/lib/Numeric/GSL/Special/Exp.hs index 4f15964..0cc2b1c 100644 --- a/packages/special/lib/Numeric/GSL/Special/Exp.hs +++ b/packages/special/lib/Numeric/GSL/Special/Exp.hs @@ -1,7 +1,7 @@ ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Exp --- Copyright : (c) Alberto Ruiz 2006 +-- Copyright : (c) Alberto Ruiz 2006-11 -- License : GPL -- Maintainer : Alberto Ruiz (aruiz at um dot es) -- Stability : provisional @@ -35,7 +35,7 @@ module Numeric.GSL.Special.Exp( ) where import Foreign(Ptr) -import Foreign.C.Types(CInt) +import Foreign.C.Types(CInt(..)) import Numeric.GSL.Special.Internal exp_e :: Double -> (Double,Double) -- cgit v1.2.3