cufft 0.1.0.1 → 0.1.0.2
raw patch · 4 files changed
+6/−4 lines, 4 files
Files
- Foreign/CUDA/FFT/Error.chs +1/−1
- Foreign/CUDA/FFT/Execute.chs +1/−1
- Foreign/CUDA/FFT/Plan.chs +1/−1
- cufft.cabal +3/−1
Foreign/CUDA/FFT/Error.chs view
@@ -9,7 +9,7 @@ import Data.Typeable import Control.Exception -#include <cufft.h>+#include <cbits/wrap.h> {# context lib="cufft" #}
Foreign/CUDA/FFT/Execute.chs view
@@ -18,7 +18,7 @@ import Foreign import Foreign.C -#include <cufft.h>+#include <cbits/wrap.h> {# context lib="cufft" #} -- | Executes a single-precision complex-to-complex transform plan in the
Foreign/CUDA/FFT/Plan.chs view
@@ -22,7 +22,7 @@ import Foreign.C import Control.Monad ( liftM ) -#include <cufft.h>+#include <cbits/wrap.h> {# context lib="cufft" #}
cufft.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: cufft-version: 0.1.0.1+version: 0.1.0.2 synopsis: Haskell bindings for the CUFFT library description: The CUFFT library is part of the CUDA developer toolkit. .@@ -41,6 +41,8 @@ build-tools: c2hs >= 0.16 ghc-options: -Wall -O2 -funbox-strict-fields -fwarn-tabs++ include-dirs: . Source-repository head Type: git