SDL 0.5.3 → 0.5.4
raw patch · 3 files changed
+3/−3 lines, 3 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- SDL.cabal +1/−1
- Setup.lhs +1/−1
- configure.ac +1/−1
SDL.cabal view
@@ -1,5 +1,5 @@ Name: SDL-Version: 0.5.3+Version: 0.5.4 Maintainer: Lemmih (lemmih@gmail.com) Author: Lemmih (lemmih@gmail.com) Copyright: 2004-2008, Lemmih
Setup.lhs view
@@ -2,4 +2,4 @@ > module Main where > import Distribution.Simple > main :: IO ()-> main = defaultMainWithHooks autoconfUserHooks+> main = defaultMainWithHooks defaultUserHooks
configure.ac view
@@ -1,4 +1,4 @@-AC_INIT([Haskell SDL package], [0.5.3], [lemmih@gmail.com], [SDL])+AC_INIT([Haskell SDL package], [0.5.4], [lemmih@gmail.com], [SDL]) # Safety check: Ensure that we are in the correct source directory. AC_CONFIG_SRCDIR([includes/HsSDLConfig.h.in])