-
Notifications
You must be signed in to change notification settings - Fork 15
/
monao.cabal
34 lines (25 loc) · 863 Bytes
/
monao.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: monao
version: 0.0.1
license: BSD3
license-file: LICENSE
author: mokehehe
maintainer: <[email protected]>
stability: Stable
category: Game
synopsis: A 2-D clone of Super Nario bros.
description: A simple clone of Super Nario bros using hsSDL.
.
Git repo available at <http://github.com/mokehehe/monao/tree/master>.
homepage: http://mokehehe.blogspot.com/
build-depends: base, SDL, SDL-mixer
build-type: Simple
tested-with: GHC==6.8.3
data-files: README.txt, README.ja.txt
data-files: data/stage0.map
data-files: data/img/*.*
data-files: data/snd/*.*
executable: monao
main-is: Main.hs
ghc-options: -Wall -O
ghc-prof-options: -prof -auto-all
c-sources: entry.c