sdl2 2.5.0.0 → 2.5.1.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~linear
Dependency ranges changed: linear
Files
- ChangeLog.md +6/−0
- sdl2.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,9 @@+2.5.2.0+=======++* Support `linear-1.21`++ 2.5.0.0 =======
sdl2.cabal view
@@ -1,5 +1,5 @@ name: sdl2-version: 2.5.0.0+version: 2.5.1.0 synopsis: Both high- and low-level bindings to the SDL library (version 2.0.6+). description: This package contains bindings to the SDL 2 library, in both high- and@@ -136,7 +136,7 @@ cpp-options: -Dnolinear else build-depends:- linear >= 1.10.1.2 && < 1.21+ linear >= 1.10.1.2 && < 1.22 default-language: Haskell2010