blob: 9dac158ebfe6c27746e1487fabca73c41bb291ac (
plain)
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
|
Name: iserv-bin
Version: 0.0
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
Author: XXX
Maintainer: XXX
Synopsis: XXX
Description:
XXX
Category: Development
build-type: Simple
cabal-version: >=1.10
Executable iserv
Default-Language: Haskell2010
Main-Is: Main.hs
C-Sources: iservmain.c
Build-Depends: array >= 0.5 && < 0.6,
base >= 4 && < 5,
unix >= 2.7 && < 2.8,
binary >= 0.7 && < 0.9,
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
ghci
|