We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605d427 commit d1cedd8Copy full SHA for d1cedd8
uuid/uuid.cabal
@@ -30,17 +30,17 @@ Source-Repository head
30
Subdir: uuid
31
32
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
+ Build-Depends: base >= 4.3 && < 5
+ , binary >= 0.4 && < 0.9
+ , bytestring >= 0.10 && < 0.11
+ , cryptohash-sha1 >= 0.11.100 && < 0.12
+ , cryptohash-md5 >= 0.11.100 && < 0.12
+ , entropy >= 0.3.7 && < 0.5
+ , network-info == 0.2.*
+ , random >= 1.0.1 && < 1.2
+ , time >= 1.1 && < 1.9
+ , text >= 1.2.3 && < 1.3
+ , uuid-types >= 1.0.2 && < 2
44
45
Exposed-Modules:
46
Data.UUID
0 commit comments