repa 3.2.3.1 → 3.2.3.2
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Data/Array/Repa/Operators/Mapping.hs +2/−0
- repa.cabal +1/−1
Data/Array/Repa/Operators/Mapping.hs view
@@ -53,6 +53,8 @@ get {-# INLINE [2] zipWith #-} +infixl 7 *^, /^+infixl 6 +^, -^ (+^) = zipWith (+) {-# INLINE (+^) #-}
repa.cabal view
@@ -1,5 +1,5 @@ Name: repa-Version: 3.2.3.1+Version: 3.2.3.2 License: BSD3 License-file: LICENSE Author: The DPH Team