diff options
Diffstat (limited to 'Graphics/Glyph/ExtendedGL.hs')
-rw-r--r-- | Graphics/Glyph/ExtendedGL.hs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Graphics/Glyph/ExtendedGL.hs b/Graphics/Glyph/ExtendedGL.hs index a056c5b..4d77924 100644 --- a/Graphics/Glyph/ExtendedGL.hs +++ b/Graphics/Glyph/ExtendedGL.hs @@ -1,8 +1,7 @@ -module Graphics.Glyph.ExtendedGL - ( - module All - ) where +module Graphics.Glyph.ExtendedGL + ( module All, + ) +where -import Graphics.Glyph.ExtendedGL.Framebuffers as All hiding (framebufferBasicParameteri) import Graphics.Glyph.ExtendedGL.Base as All - +import Graphics.Glyph.ExtendedGL.Framebuffers as All hiding (framebufferBasicParameteri) |