accelerate 0.13.0.2 → 0.13.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Data/Array/Accelerate/Trafo/Sharing.hs view
@@ -344,7 +344,7 @@ -- In higher-order abstract syntax, this represents an n-ary, polyvariadic -- function. ---convertFun :: Function f => Bool => f -> AST.Fun () (FunctionR f)+convertFun :: Function f => Bool -> f -> AST.Fun () (FunctionR f) convertFun shareExp = let config = Config False shareExp False in convert config EmptyLayout
accelerate.cabal view
@@ -1,5 +1,5 @@ Name: accelerate-Version: 0.13.0.2+Version: 0.13.0.3 Cabal-version: >= 1.6 Tested-with: GHC >= 7.4.2 Build-type: Custom