ply-loader 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
ply-loader.cabal view
@@ -1,5 +1,5 @@ name: ply-loader-version: 0.1.1.0+version: 0.1.1.1 synopsis: PLY file loader. description: PLY is a lightweight file format for representing 3D
src/PLY/Internal/StrictReplicate.hs view
@@ -7,7 +7,7 @@ import Data.Vector.Fusion.Stream.Size (Size(..)) -- | Yield a 'Stream' of values obtained by performing the monadic--- action the given number of times. Each value yielded by teh monadic+-- action the given number of times. Each value yielded by the monadic -- action is evaluated to WHNF. replicateStreamM' :: Monad m => Int -> m a -> Stream m a {-# INLINE [1] replicateStreamM' #-}