Skip to content

Commit b60ef83

Browse files
committed
Whitespace only changes
1 parent 5277f49 commit b60ef83

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

network.cabal

+17-20
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ category: Network
99
build-type: Configure
1010
cabal-version: >=1.6
1111
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
1414
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
2321
homepage: http://github.com/haskell/network
2422
bug-reports: http://trac.haskell.org/network/
2523

@@ -52,18 +50,17 @@ library
5250
unix >= 2 && < 3
5351

5452
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
5755
else
58-
build-depends: base<4
56+
build-depends: base<4
5957

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
6764

6865
source-repository head
6966
type: git

0 commit comments

Comments
 (0)