Skip to content

Commit fefbfbb

Browse files
committed
Removed FlexibleInstances, we don't need it anymore.
1 parent c817f53 commit fefbfbb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

OpenGL.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ library
151151
other-extensions:
152152
CPP
153153
DeriveDataTypeable
154-
FlexibleInstances
155154
KindSignatures
156155
TypeSynonymInstances
157156

src/Graphics/Rendering/OpenGL/GL/Shaders/ShaderObjects.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE FlexibleInstances #-}
21
-----------------------------------------------------------------------------
32
-- |
43
-- Module : Graphics.Rendering.OpenGL.GL.Shaders.ShaderObjects

0 commit comments

Comments
 (0)