@@ -9,17 +9,15 @@ category: Network
9
9
build-type : Configure
10
10
cabal-version : >= 1.6
11
11
extra-tmp-files :
12
- config.log config.status autom4te.cache
13
- network.buildinfo include/HsNetworkConfig.h
12
+ config.log config.status autom4te.cache network.buildinfo
13
+ include/HsNetworkConfig.h
14
14
extra-source-files :
15
- README examples/*.hs tests/*.hs
16
- config.guess config.sub install-sh
17
- configure.ac configure
18
- network.buildinfo.in include/HsNetworkConfig.h.in
19
- include/HsNet.h include/Typeable.h
20
- -- C sources only used on some systems
21
- cbits/ancilData.c
22
- cbits/asyncAccept.c cbits/initWinSock.c cbits/winSockErr.c
15
+ README examples/*.hs tests/*.hs config.guess config.sub install-sh
16
+ configure.ac configure network.buildinfo.in
17
+ include/HsNetworkConfig.h.in include/HsNet.h include/Typeable.h
18
+ -- C sources only used on some systems
19
+ cbits/ancilData.c cbits/asyncAccept.c cbits/initWinSock.c
20
+ cbits/winSockErr.c
23
21
homepage : http://github.com/haskell/network
24
22
bug-reports : http://trac.haskell.org/network/
25
23
@@ -52,18 +50,17 @@ library
52
50
unix >= 2 && < 3
53
51
54
52
if flag(base4)
55
- build-depends : base >= 4 && < 4.4
56
- cpp-options : -DBASE4
53
+ build-depends : base >= 4 && < 4.4
54
+ cpp-options : -DBASE4
57
55
else
58
- build-depends : base< 4
56
+ build-depends : base< 4
59
57
60
- extensions : CPP, DeriveDataTypeable, ForeignFunctionInterface,
61
- TypeSynonymInstances
62
- include-dirs : include
63
- includes : HsNet.h
64
- install-includes :
65
- HsNet.h HsNetworkConfig.h
66
- c-sources : cbits/HsNet.c
58
+ extensions :
59
+ CPP, DeriveDataTypeable, ForeignFunctionInterface, TypeSynonymInstances
60
+ include-dirs : include
61
+ includes : HsNet.h
62
+ install-includes : HsNet.h HsNetworkConfig.h
63
+ c-sources : cbits/HsNet.c
67
64
68
65
source-repository head
69
66
type : git
0 commit comments