-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgcj.cabal
76 lines (73 loc) · 2.29 KB
/
gcj.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
cabal-version: 1.24
-- Initial package description 'round1b.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: gcj
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
-- license-file: LICENSE
author: Jean-Baptiste Mazon
maintainer: jb@darkstar
-- copyright:
-- category:
extra-source-files: CHANGELOG.md
library
-- other-modules:
-- other-extensions:
ghc-options: +RTS -V0 -RTS -rtsopts -O2 -with-rtsopts -V0
build-depends: array
, base
, bytestring
, Cabal
, containers
, deepseq
, directory
, filepath
, hpc
, parsec
, pretty
, process
, template-haskell
, time
, transformers
, unix
, xhtml
, async
, attoparsec
, case-insensitive
, fgl
, fixed
, GLURaw
, GLUT
, half
, hashable
, haskell-src
, html
, HTTP
, HUnit
, mtl
, network
, network
, OpenGL
, OpenGLRaw
, parallel
, parsec
, primitive
, QuickCheck
, random
, regex-base
, regex-compat
, regex-posix
, split
, StateVar
, stm
, syb
, text
, tf-random
, unordered-containers
, vector
, zlib
-- hs-source-dirs:
default-language: Haskell2010