hgeometry 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
- hgeometry.cabal +1/−1
- src/Data/Geometry/Geometry.hs +1/−1
hgeometry.cabal view
@@ -11,7 +11,7 @@ -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.1.1.0+version: 0.1.1.1 -- A short (one-line) description of the package. synopsis: Geometry types in Haskell
src/Data/Geometry/Geometry.hs view
@@ -93,7 +93,7 @@ , Vec3 (g,h,i)))) (Vec3 (x,y,z)) = Vec3 ( a*x + b*y + c*z, d*x + e*y + f*z,- g*z + h*y + i*z)+ g*x + h*y + i*z)