packages feed

not-gloss 0.7.2.0 → 0.7.2.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

not-gloss.cabal view
@@ -1,5 +1,5 @@ name:                not-gloss-version:             0.7.2.0+version:             0.7.2.1 stability:           Experimental synopsis:            Painless 3D graphics, no affiliation with gloss description:{
src/Vis/Vis.hs view
@@ -53,7 +53,6 @@   GLUT.initialDisplayMode $= [ DoubleBuffered, RGBAMode, WithDepthBuffer ]    Size x y <- GLUT.get GLUT.screenSize-  putStrLn $ "screen resolution " ++ show x ++ "x" ++ show y   let intScale d i = round $ d*(realToFrac i :: Double)       x0 = intScale 0.3 x       xf = intScale 0.95 x