packages feed

sdl-try-drivers-0.0.0.1: sdl-try-drivers.cabal

name: sdl-try-drivers
author: Eric Wolf
version: 0.0.0.1
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.


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