rsagl-math 0.6.0.0 → 0.6.0.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep +deepseqdep ~containersdep ~parallelPVP ok
version bump matches the API change (PVP)
Dependencies added: deepseq
Dependency ranges changed: containers, parallel
API changes (from Hackage documentation)
Files
- RSAGL/Math/Curve.hs +1/−0
- RSAGL/Math/Vector.lhs +1/−0
- rsagl-math.cabal +5/−4
RSAGL/Math/Curve.hs view
@@ -47,6 +47,7 @@ import RSAGL.Math.Affine import Data.List import Data.Maybe+import Control.DeepSeq import Control.Parallel.Strategies import Control.Applicative import RSAGL.Math.AbstractVector
RSAGL/Math/Vector.lhs view
@@ -40,6 +40,7 @@ orthos) where +import Control.DeepSeq import Control.Parallel.Strategies import RSAGL.Math.Angle import System.Random
rsagl-math.cabal view
@@ -1,5 +1,5 @@ name: rsagl-math-version: 0.6.0.0+version: 0.6.0.1 license: BSD3 license-file: LICENSE author: Christopher Lane Hinson@@ -42,11 +42,12 @@ build-depends: base>=4 && <5, random>= 1.0.0.2 && < 1.1, array>= 0.3.0.0 && < 0.4,- containers>= 0.3.0.0 && < 0.4,+ containers>= 0.3.0.0, OpenGL>= 2.4.0.1 && < 2.5, OpenGLRaw>= 1.1.0.1 && < 1.2, parsec>=3.1.0 && < 3.2,- parallel>=2.2.0.1 && < 2.3,+ parallel>=2.2.0.1, Vec>=0.9.8 && < 0.10,- Vec-OpenGLRaw>=0.2.0.0 && < 0.3+ Vec-OpenGLRaw>=0.2.0.0 && < 0.3,+ deepseq>=1.1