packages feed

Eternal10Seconds-0.2: Eternal10Seconds.cabal

-- Eternal10Seconds.cabal auto-generated by cabal init. For additional
-- options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name:                Eternal10Seconds

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version:             0.2

-- A short (one-line) description of the package.
Synopsis:            A 2-D shooting game

-- A longer description of the package.
Description:         A 2-D shooting game

-- URL for the project homepage or repository.
Homepage:            http://www.kryozahiro.org/eternal10/

-- The license under which the package is released.
License:             BSD3

-- The file containing the license text.
License-file:        LICENSE

-- The package author(s).
Author:              kryozahiro, gugugu, RE-Ya!

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          kryozahiro@gmail.com

-- A copyright notice.
-- Copyright:           

Category:            Game

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files:
  build.bat
  c_main.c
  Eternal_stub.c
  Eternal_stub.h
  Game.hs
  Gameover.hs
  GameState.hs
  Input.hs
  Number.hs
  Pos.hs
  Resource.hs
  Score.hs
  Stage.hs
  Title.hs

data-files:
  score.dat
  resource/image/bar.bmp
  resource/image/black.bmp
  resource/image/bullet.bmp
  resource/image/bullets.bmp
  resource/image/cursor.bmp
  resource/image/enemy50.bmp
  resource/image/enemy100.bmp
  resource/image/enemy200.bmp
  resource/image/extend.bmp
  resource/image/gameover.bmp
  resource/image/hiscores.bmp
  resource/image/number.bmp
  resource/image/number2.bmp
  resource/image/player.bmp
  resource/image/result.bmp
  resource/image/score.bmp
  resource/image/sep.bmp
  resource/image/side.bmp
  resource/image/stage.bmp
  resource/image/title.bmp
  resource/image/title_quit.bmp
  resource/image/title_score.bmp
  resource/image/title_start.bmp
  resource/sound/002_STG_fly_high_oggmst.ogg

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.2


Executable Eternal10Seconds
  -- .hs or .lhs file containing the Main module.
  Main-is:             Eternal.hs
  Ghc-options:         -optc-O3 -no-hs-main c_main.c
  
  -- Packages needed in order to build this package.
  Build-depends:       base < 5, haskell98, SDL, SDL-mixer
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: