gloss-rendering 1.10.1.1 → 1.10.2.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- gloss-rendering.cabal +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2010-2014 Benjamin Lippmeier +Copyright (c) 2010-2016 The Gloss Development Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
gloss-rendering.cabal view
@@ -1,5 +1,5 @@ name: gloss-rendering-version: 1.10.1.1+version: 1.10.2.1 license: MIT license-file: LICENSE author: Elise Huard@@ -28,7 +28,7 @@ Graphics.Gloss.Internals.Rendering.State build-depends: - base == 4.8.*,+ base == 4.9.*, containers == 0.5.*, bytestring == 0.10.*, OpenGL >= 2.12 && < 3.1,