-
Notifications
You must be signed in to change notification settings - Fork 0
/
hsqml-demo-manic.cabal
37 lines (35 loc) · 1.1 KB
/
hsqml-demo-manic.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
35
36
37
Name: hsqml-demo-manic
Version: 0.3.4.0
Cabal-version: >=1.10
Build-type: Simple
License: BSD3
License-file: LICENSE
Copyright: (c) 2014-2016 Robin KAY
Author: Robin KAY
Maintainer: [email protected]
Homepage: http://www.gekkou.co.uk/software/hsqml/
Category: Game
Synopsis: HsQML-based clone of Pipe Mania
Data-dir: qml
Data-files: *.qml *.svg
Extra-source-files: CHANGELOG
Description:
HsQML-based clone of Pipe Mania
executable hsqml-manic
Default-language: Haskell2010
Hs-source-dirs: src
Main-is: Main.hs
Other-extensions:
ScopedTypeVariables,
DeriveDataTypeable,
TypeFamilies
Build-depends:
base == 4.*,
containers >= 0.4 && < 0.7,
text >= 2.0 && < 2.1,
MonadRandom >= 0.4 && < 0.5,
hsqml >= 0.3.4 && < 0.4
GHC-options: -threaded
Source-repository head
type: darcs
location: http://hub.darcs.net/komadori/hsqml-demo-manic