Skip to content

Commit

Permalink
Bumped version to 3.0.3.0. Bumped copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed May 6, 2019
1 parent bdb5d8b commit b2a1b22
Show file tree
Hide file tree
Showing 121 changed files with 126 additions and 122 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.3.0
-------
* Handle MonadFail proposal.

3.0.2.2
-------
* Relaxed upper version bound for `containers`.
Expand Down
6 changes: 3 additions & 3 deletions OpenGL.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenGL
version: 3.0.2.2
version: 3.0.3.0
synopsis: A binding for the OpenGL graphics system
description:
A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
Expand All @@ -11,9 +11,9 @@ description:
functions. For more information about OpenGL and its various extensions,
please see <http://www.opengl.org/>
and <http://www.opengl.org/registry/>.
homepage: http://www.haskell.org/haskellwiki/Opengl
homepage: https://wiki.haskell.org/OpenGL
bug-reports: https://github.com/haskell-opengl/OpenGL/issues
copyright: Copyright (C) 2002-2018 Sven Panne
copyright: Copyright (C) 2002-2019 Sven Panne
license: BSD3
license-file: LICENSE
author: Sven Panne
Expand Down
2 changes: 1 addition & 1 deletion specs/preprocess/Preprocess.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
--
-- Program : Preprocess
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Antialiasing.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Antialiasing
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/BeginEnd.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.BeginEnd
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Bitmaps.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Bitmaps
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/BlendingFactor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.BlendingFactor
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/BufferMode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.BufferMode
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/BufferObjects.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.BufferObjects
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/ByteString.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.ByteString
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Capability.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Capability
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Clipping.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Clipping
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/ColorSum.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.ColorSum
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Colors.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Colors
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/ComparisonFunction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.ComparisonFunction
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/ConditionalRendering.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.ConditionalRendering
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/ControlPoint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.ControlPoint
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/CoordTrans.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.CoordTrans
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/DataType.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.DataType
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/DebugOutput.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.DebugOutput
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/DisplayLists.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.DisplayLists
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Domain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Domain
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/EdgeFlag.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.EdgeFlag
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Evaluators.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Evaluators
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Exception.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Exception
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Face.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Face
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Feedback.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Feedback
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/FlushFinish.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FlushFinish
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Fog.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Fog
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/Framebuffer.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.Framebuffer
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/FramebufferObjects.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-- |
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.Attachments
-- Copyright : (c) Sven Panne 2011-2018, Lars Corbijn 2011-2016
-- Copyright : (c) Sven Panne 2011-2019, Lars Corbijn 2011-2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferObject
-- Copyright : (c) Sven Panne 2013-2018
-- Copyright : (c) Sven Panne 2013-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferObjectAttachment
-- Copyright : (c) Sven Panne 2013-2018
-- Copyright : (c) Sven Panne 2013-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferObjects
-- Copyright : (c) Sven Panne 2011-2018, Lars Corbijn 2011-2016
-- Copyright : (c) Sven Panne 2011-2019, Lars Corbijn 2011-2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.FramebufferTarget
-- Copyright : (c) Sven Panne 2013-2018
-- Copyright : (c) Sven Panne 2013-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.Queries
-- Copyright : (c) Sven Panne 2011-2018, Lars Corbijn 2011-2016
-- Copyright : (c) Sven Panne 2011-2019, Lars Corbijn 2011-2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.RenderbufferObject
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.RenderbufferObjects
-- Copyright : (c) Sven Panne 2011-2018, Lars Corbijn 2011-2016
-- Copyright : (c) Sven Panne 2011-2019, Lars Corbijn 2011-2016
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.FramebufferObjects.RenderbufferTarget
-- Copyright : (c) Sven Panne 2018
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/GL/GLboolean.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.Rendering.OpenGL.GL.GLboolean
-- Copyright : (c) Sven Panne 2002-2018
-- Copyright : (c) Sven Panne 2002-2019
-- License : BSD3
--
-- Maintainer : Sven Panne <[email protected]>
Expand Down
Loading

0 comments on commit b2a1b22

Please sign in to comment.