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 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