sdl-try-drivers-0.0.0.2: sdl-try-drivers.cabal
name: sdl-try-drivers
author: Eric Wolf
version: 0.0.0.2
cabal-version: >=1.10
build-type: Simple
synopsis: small testing tool for sdl2 and accelerated drivers
license: MIT
license-file: LICENSE
category: graphics
maintainer: Eric Wolf <ericwolf42@gmail.com>
extra-source-files: README.md
description:
For each reported driver sdl-try-drivers tries to create a renderer
and reports success or failure with the catched exception.
source-repository head
type: git
location: https://github.com/typetetris/sdl-try-drivers
executable sdl-try-drivers
hs-source-dirs: .
main-is: Main.hs
default-language: Haskell2010
ghc-options: -fwarn-tabs -Wall
build-depends:
base == 4.*
, sdl2
, pretty-simple
, text