gdritter repos animated-dangerzone-sdl / master animated-dangerzone-sdl.cabal
master

Tree @master (Download .tar.gz)

animated-dangerzone-sdl.cabal @masterraw · history · blame

-- Initial animated-dangerzone-sdl.cabal generated by cabal init.  For
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                animated-dangerzone-sdl
version:             0.1.0.0
synopsis:            SDL-based client for ADz
-- description:
-- license:
license-file:        LICENSE
author:              Getty D. Ritter
maintainer:          Getty D. Ritter
copyright:           (c) 2013
category:            Game
build-type:          Simple
cabal-version:       >=1.8

executable ad-sdlclient
  main-is:             SDLClient.hs
  build-depends:       base ==4.6.*,
                       array ==0.4.*,
                       SDL ==0.6.*,
                       aeson ==0.6.*,
                       bytestring ==0.10.*,
                       containers ==0.5.*,
                       animated-dangerzone ==0.1.*,
                       random,
                       stb-image,
                       zip-archive,
                       bitmap
  hs-source-dirs:      src

executable make-texture
  main-is:             MakeTexture.hs
  build-depends:       base ==4.6.*,
                       bytestring,
                       containers ==0.5.*,
                       animated-dangerzone ==0.1.*,
                       stb-image,
                       SDL,
                       array,
                       zip-archive,
                       bitmap
  hs-source-dirs:      src