packages feed

GPipe-GLFW-1.0: GPipe-GLFW.cabal

name:                GPipe-GLFW
version:             1.0
cabal-version:       >=1.10
build-type:          Simple
author:              Patrick Redmond
license:        MIT
license-file:   LICENSE
copyright:      Patrick Redmond
category:       Graphics
stability:      Experimental
synopsis:       GLFW OpenGL context creation for GPipe
homepage:       https://github.com/plredmond/GPipe-GLFW
description:
                A utility library to enable the use of GLFW as the OpenGL window and context handler for GPipe.
                GPipe is a typesafe functional API based on the conceptual model of OpenGL, but without the imperative state machine.
                See the GPipe package and resources for more information.
maintainer:     Patrick Redmond

library
  hs-source-dirs:      src
  build-depends:
                       base >=4.7 && <4.9,
                       transformers >= 0.3 && < 0.5,
                       GLFW-b >=1.4 && <1.5,
                       GPipe >=2.0 && <2.1
  ghc-options:         -Wall
  default-language:    Haskell2010
  exposed-modules:     Graphics.GPipe.Context.GLFW
  other-modules:
                       Graphics.GPipe.Context.GLFW.Resource
                       Graphics.GPipe.Context.GLFW.Util
                       Graphics.GPipe.Context.GLFW.Format

source-repository head
  type:     git
  location: git@github.com:plredmond/GPipe-GLFW.git
  subdir:   GPipe-GLFW

source-repository this
  type:     git
  location: git@github.com:plredmond/GPipe-GLFW.git
  subdir:   GPipe-GLFW
  tag:      v1.0