packages feed

OpenGLRaw21-2.0.0.1: OpenGLRaw21.cabal

Name:                OpenGLRaw21
Version:             2.0.0.1
Synopsis:            The intersection of OpenGL 2.1 and OpenGL 3.1 Core
Description:         This package simply reexports a subset of the
                     parts of OpenGLRaw which are compatible with
                     OpenGL 2.1. The idea is that you can have greater
                     certainty about compatibility with less capable
                     graphics cards by only importing
                     Graphics.Rendering.OpenGL.Raw.Core21 and the exact
                     modules for whatever additional extensions you
                     need.
License:             OtherLicense
License-file:        LICENSE
Author:              Jake McArthur
Maintainer:          Jake McArthur <Jake.McArthur@gmail.com>
Category:            Graphics
Build-type:          Simple
Cabal-version:       >=1.18

Library
  Build-depends:     OpenGLRaw >= 2.0 && < 3
  Default-language:  Haskell2010
  Exposed-modules:   Graphics.Rendering.OpenGL.Raw.Core21
  GHC-options:       -Wall -fwarn-tabs
  Other-extensions:  NoImplicitPrelude

Source-repository head
  type:     darcs
  location: http://hub.darcs.net/jmcarthur/OpenGLRaw21
  tag:      v2.0.0.1