packages feed

HGamer3D-API-0.1.6: HGamer3D-API.cabal

Name:                HGamer3D-API
Version:             0.1.6
Synopsis:            Library to enable 3D game development for Haskell - API
Description:         
	Library, to enable 3D game development for Haskell,
	based on bindings to 3D Graphics, Audio and GUI libraries.
	
	This is the API module, which gives the higher level API for primary
	use.
	
    Platform: Windows only
	License: Apache License, Version 2.0
	Install: see http://www.althainz.de/HGamer3D/Download-and-Installation.html
	
License:             OtherLicense
License-file:        LICENSE
Author:              Peter Althainz
Maintainer:          althainz@googlemail.com
Build-Type:          Simple
Cabal-Version:       >=1.2
Homepage:            http://www.althainz.de/HGamer3D.html
Category:            Game
Extra-source-files:  Setup.hs 

Library
  Build-Depends:     base >= 3 && < 5, HGamer3D-Data == 0.1.5, HGamer3D-Ogre-Binding == 0.1.5, HGamer3D-SFML-Binding == 0.1.6

  Exposed-modules:   HGamer3D.APIs.One,HGamer3D.APIs.Two.Audio,HGamer3D.APIs.Two.InputSystem
  Other-modules:     

  c-sources:         
  
  ghc-options:       
  cc-options:        -Wno-attributes 
  hs-source-dirs:    .
  Include-dirs:      . 
  build-depends:     haskell98
  extra-libraries:   stdc++.dll