Vis-1.0.0: Vis.cabal
name: Vis
version: 1.0.0
stability: Stable
synopsis: Painless 3D graphics, no affiliation with gloss
description:{
This package began as a fork of Greg Horn's not-gloss package.
The dependencies have been changed so that it builds with recent ghc versions.
}
extra-source-files: changelog.txt
license: BSD3
license-file: LICENSE
author: Greg Horn
maintainer: Scott N. Walck <walck@lvc.edu>
copyright: (c) Greg Horn 2012-2015
category: Graphics
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Vis
Vis.Camera
Vis.Interface
Vis.Vis
Vis.VisObject
Vis.GlossColor
build-depends: base >= 4.5 && < 5,
GLUT >= 2.7.0 && < 2.8,
OpenGL >= 3.0.3 && < 3.1,
OpenGLRaw >= 3.3.4 && < 3.4,
bytestring >= 0.11.4 && < 0.13,
binary >= 0.8.9 && < 0.9,
bmp >= 1.2.6 && < 1.3,
vector >= 0.13.0 && < 0.14,
time >= 1.11.1 && < 1.13,
linear >= 1.22 && < 1.24,
vector-binary-instances >= 0.2.5 && < 0.3
default-language: Haskell2010