-
Notifications
You must be signed in to change notification settings - Fork 0
/
hip8.cabal
24 lines (22 loc) · 950 Bytes
/
hip8.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
name: hip8
version: 0.1.0.0
author: Emil Eriksson
maintainer: [email protected]
category: Game
build-type: Simple
cabal-version: >=1.10
executable hip8
main-is: main.hs
build-depends: base >=4.6, transformers >=0.3 && <0.4, vector >=0.10.9.1 && <0.11,
random >=1.0, bytestring >=0.10.4.0, deepseq >=1.3.0.2,
ansi-terminal >=0.6.1.1, gloss >=1.8.2.2,
optparse-applicative >=0.11.0.1
hs-source-dirs: src
default-language: Haskell2010
test-suite hip8-tests
build-depends: base >=4.6, transformers >=0.3 && <0.4,vector >=0.10.9.1 && <0.11,
hspec >= 1.9.0, QuickCheck >=2.7.1, random >=1.0
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: src test
default-language: Haskell2010