-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhsqml-demo-manic.cabal
More file actions
37 lines (35 loc) · 1.13 KB
/
Copy pathhsqml-demo-manic.cabal
File metadata and controls
37 lines (35 loc) · 1.13 KB
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.5.0
Cabal-version: >=1.10
Build-type: Simple
License: BSD3
License-file: LICENSE
Copyright: (c) 2014-2016 Robin KAY, (c) 2025 Sascha-Oliver Prolic
Author: Robin KAY
Maintainer: saschaprolic@googlemail.com
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.7,
hsqml >= 0.3.6 && < 0.4
GHC-options: -threaded
Source-repository head
type: git
location: https://github.com/prolic/hsqml-demo-manic