Skip to content

Commit d1cedd8

Browse files
committed
Use consistent list style
1 parent 605d427 commit d1cedd8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

uuid/uuid.cabal

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Source-Repository head
3030
Subdir: uuid
3131

3232
Library
33-
Build-Depends: base >= 4.3 && < 5,
34-
binary >= 0.4 && < 0.9,
35-
bytestring >= 0.10 && < 0.11,
36-
cryptohash-sha1 >= 0.11.100 && < 0.12,
37-
cryptohash-md5 >= 0.11.100 && < 0.12,
38-
entropy >= 0.3.7 && < 0.5,
39-
network-info == 0.2.*,
40-
random >= 1.0.1 && < 1.2,
41-
time >= 1.1 && < 1.9,
42-
text >= 1.2.3 && < 1.3,
43-
uuid-types >= 1.0.2 && < 2
33+
Build-Depends: base >= 4.3 && < 5
34+
, binary >= 0.4 && < 0.9
35+
, bytestring >= 0.10 && < 0.11
36+
, cryptohash-sha1 >= 0.11.100 && < 0.12
37+
, cryptohash-md5 >= 0.11.100 && < 0.12
38+
, entropy >= 0.3.7 && < 0.5
39+
, network-info == 0.2.*
40+
, random >= 1.0.1 && < 1.2
41+
, time >= 1.1 && < 1.9
42+
, text >= 1.2.3 && < 1.3
43+
, uuid-types >= 1.0.2 && < 2
4444

4545
Exposed-Modules:
4646
Data.UUID

0 commit comments

Comments
 (0)