hasmin 0.3.3 → 0.3.3.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
- hasmin.cabal +1/−1
- src/Hasmin/Types/Declaration.hs +1/−1
hasmin.cabal view
@@ -1,5 +1,5 @@ name: hasmin -version: 0.3.3 +version: 0.3.3.1 license: BSD3 license-file: LICENSE author: (c) 2017 Cristian Adrián Ontivero <cristianontivero@gmail.com>
src/Hasmin/Types/Declaration.hs view
@@ -331,7 +331,7 @@ -> (Seq TransformFunction, Seq Value) splitValues' (ts, os) (TransformV x:xs) = splitValues' (ts |> x, os) xs splitValues' (ts, os) (x:xs) = splitValues' (ts, os |> x) xs- splitValues (ts, os) [] = (ts, os)+ splitValues' (ts, os) [] = (ts, os) backgroundSizeReduce :: Declaration -> Values -> Bool -> Declaration backgroundSizeReduce d@(Declaration _ vs _ _) initVals inherits =