Skip to content

Instantly share code, notes, and snippets.

@polarina
Created October 7, 2014 07:55
Show Gist options
  • Save polarina/788eaa80a45593407d30 to your computer and use it in GitHub Desktop.
Save polarina/788eaa80a45593407d30 to your computer and use it in GitHub Desktop.
Cabal file
name: sdl2
version: 1.1.2
synopsis: Low-level bindings to SDL2
description: Low-level bindings to the SDL2 library, version 2.0.3.
license: BSD3
license-file: LICENSE
author: Gabríel Arthúr Pétursson
maintainer: gabriel@system.is
copyright: Copyright © 2013, 2014 Gabríel Arthúr Pétursson
category: Graphics
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: git://github.com/polarina/sdl2.git
source-repository this
type: git
location: git://github.com/polarina/sdl2.git
tag: v1.1.2
extra-source-files:
cbits/sdlhelper.c,
include/sdlhelper.h
library
ghc-options: -Wall
exposed-modules:
Graphics.UI.SDL
Graphics.UI.SDL.Audio
Graphics.UI.SDL.Basic
Graphics.UI.SDL.Enum
Graphics.UI.SDL.Event
Graphics.UI.SDL.Filesystem
Graphics.UI.SDL.Haptic
Graphics.UI.SDL.Platform
Graphics.UI.SDL.Power
Graphics.UI.SDL.Thread
Graphics.UI.SDL.Timer
Graphics.UI.SDL.Types
Graphics.UI.SDL.Video
c-sources:
cbits/sdlhelper.c
include-dirs:
include
includes:
SDL.h
sdlhelper.h
extra-libraries:
SDL2
pkgconfig-depends:
sdl2 >= 2.0.3
build-depends:
base == 4.*
default-language:
Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment