packages feed

accelerate 0.13.0.3 → 0.13.0.4

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

accelerate.cabal view
@@ -1,5 +1,5 @@ Name:                   accelerate-Version:                0.13.0.3+Version:                0.13.0.4 Cabal-version:          >= 1.6 Tested-with:            GHC >= 7.4.2 Build-type:             Custom@@ -23,7 +23,7 @@   .   Except for the type, this code is almost the same as the corresponding Haskell   code on lists of floats. The types indicate that the computation may be-  online-compiled for performance – for example, using+  online-compiled for performance - for example, using   @Data.Array.Accelerate.CUDA@ it may be on-the-fly off-loaded to the GPU.   .   [/Available backends/]