packages feed

OpenCLWrappers 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+3/−14 lines, 2 filesdep ~basedep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, mtl

API changes (from Hackage documentation)

Files

OpenCLWrappers.cabal view
@@ -1,5 +1,5 @@ name: OpenCLWrappers-version: 0.1.0.2+version: 0.1.0.3 cabal-version: >=1.2 build-type: Simple license: BSD3@@ -39,9 +39,9 @@                    System.OpenCL.Wrappers.Helpers                    System.OpenCL.Wrappers.Raw                    System.OpenCL.Wrappers-  build-depends: base < 4.7,+  build-depends: base < 4.8,                  bytestring -any,-                 mtl >= 2 && < 2.2+                 mtl >= 2 && < 2.3   exposed: True   buildable: True   hs-source-dirs: .
− README
@@ -1,11 +0,0 @@-You must link explicitly to opencl library, unless you build with the link flag.--Link library to OpenCL using cabal-install:-	cabal configure --flags="link" && cabal build--Link explicitly user created program when --flags="link" is not used to build the library:-	ghc -lamdocl64 --make opencl.hs-	ghc -lOpenCL --make opencl.hs--Some examples can be found in http://www.iki.fi/jekarl/codes/OpenCLWrappers/examples-