gloss 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Graphics/Gloss/Internals/Interface/Simulate.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE ExplicitForAll #-}+{-# OPTIONS -fglasgow-exts #-} {-# OPTIONS_HADDOCK hide #-} module Graphics.Gloss.Internals.Interface.Simulate
gloss.cabal view
@@ -1,5 +1,5 @@ Name: gloss-Version: 1.0.0.1+Version: 1.0.0.2 License: MIT License-file: LICENSE Author: Ben Lippmeier@@ -17,6 +17,8 @@ Synopsis: Painless 2D vector graphics, animations and simulations.++Tested-with: GHC == 6.10.4, GHC == 6.12.1 Library Build-Depends: