Skip to content

Commit c0c68f6

Browse files
committed
generate-local-nix-packages.sh
1 parent 25266e6 commit c0c68f6

File tree

32 files changed

+5
-777
lines changed

32 files changed

+5
-777
lines changed

libs/api-client/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
, transformers
2828
, types-common
2929
, unliftio
30-
, unordered-containers
3130
, uuid
3231
, websockets
3332
, wire-api
@@ -59,7 +58,6 @@ mkDerivation {
5958
transformers
6059
types-common
6160
unliftio
62-
unordered-containers
6361
uuid
6462
websockets
6563
wire-api

libs/bilge/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
, tinylog
2424
, transformers-base
2525
, types-common
26-
, unliftio
2726
, uri-bytestring
2827
, wai
2928
, wai-extra
@@ -51,7 +50,6 @@ mkDerivation {
5150
tinylog
5251
transformers-base
5352
types-common
54-
unliftio
5553
uri-bytestring
5654
wai
5755
wai-extra

libs/brig-types/default.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010
, bytestring-conversion
1111
, cassandra-util
1212
, containers
13-
, deriving-swagger2
1413
, gitignoreSource
1514
, imports
1615
, lib
1716
, QuickCheck
1817
, schema-profunctor
19-
, servant-server
20-
, servant-swagger
2118
, string-conversions
2219
, swagger2
2320
, tasty
@@ -27,7 +24,6 @@
2724
, time
2825
, tinylog
2926
, types-common
30-
, unordered-containers
3127
, wire-api
3228
}:
3329
mkDerivation {
@@ -42,39 +38,27 @@ mkDerivation {
4238
bytestring-conversion
4339
cassandra-util
4440
containers
45-
deriving-swagger2
4641
imports
4742
QuickCheck
4843
schema-profunctor
49-
servant-server
50-
servant-swagger
5144
string-conversions
5245
swagger2
5346
text
5447
time
5548
tinylog
5649
types-common
57-
unordered-containers
5850
wire-api
5951
];
6052
testHaskellDepends = [
6153
aeson
62-
attoparsec
6354
base
64-
bytestring
6555
bytestring-conversion
66-
containers
6756
imports
6857
QuickCheck
6958
swagger2
7059
tasty
7160
tasty-hunit
7261
tasty-quickcheck
73-
text
74-
time
75-
tinylog
76-
types-common
77-
unordered-containers
7862
wire-api
7963
];
8064
description = "User Service";

libs/cassandra-util/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
, aeson
77
, base
88
, conduit
9-
, containers
109
, cql
1110
, cql-io
1211
, cql-io-tinylog
@@ -33,7 +32,6 @@ mkDerivation {
3332
aeson
3433
base
3534
conduit
36-
containers
3735
cql
3836
cql-io
3937
cql-io-tinylog

libs/dns-util/default.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ mkDerivation {
2626
polysemy
2727
random
2828
];
29-
testHaskellDepends = [
30-
base
31-
dns
32-
hspec
33-
imports
34-
iproute
35-
polysemy
36-
random
37-
];
29+
testHaskellDepends = [ base dns hspec imports ];
3830
testToolDepends = [ hspec-discover ];
3931
description = "Library to deal with DNS SRV records";
4032
license = lib.licenses.agpl3Only;

libs/extended/default.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,10 @@ mkDerivation {
5656
testHaskellDepends = [
5757
aeson
5858
base
59-
bytestring
60-
cassandra-util
61-
containers
62-
errors
63-
exceptions
64-
extra
6559
hspec
66-
http-types
6760
imports
68-
metrics-wai
69-
optparse-applicative
70-
servant
71-
servant-server
72-
servant-swagger
7361
string-conversions
7462
temporary
75-
tinylog
76-
wai
7763
];
7864
testToolDepends = [ hspec-discover ];
7965
description = "Extended versions of common modules";

libs/galley-types/default.nix

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
, bytestring-conversion
1010
, containers
1111
, cryptonite
12-
, currency-codes
1312
, errors
14-
, exceptions
1513
, gitignoreSource
1614
, imports
1715
, lens
@@ -20,13 +18,10 @@
2018
, QuickCheck
2119
, schema-profunctor
2220
, string-conversions
23-
, swagger2
24-
, tagged
2521
, tasty
2622
, tasty-hunit
2723
, tasty-quickcheck
2824
, text
29-
, time
3025
, types-common
3126
, uuid
3227
, wire-api
@@ -42,19 +37,14 @@ mkDerivation {
4237
bytestring-conversion
4338
containers
4439
cryptonite
45-
currency-codes
4640
errors
47-
exceptions
4841
imports
4942
lens
5043
memory
5144
QuickCheck
5245
schema-profunctor
5346
string-conversions
54-
swagger2
55-
tagged
5647
text
57-
time
5848
types-common
5949
uuid
6050
wire-api
@@ -69,7 +59,6 @@ mkDerivation {
6959
tasty
7060
tasty-hunit
7161
tasty-quickcheck
72-
types-common
7362
wire-api
7463
];
7564
license = lib.licenses.agpl3Only;

libs/gundeck-types/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
, network-uri
1717
, text
1818
, types-common
19-
, unordered-containers
2019
, wire-api
2120
}:
2221
mkDerivation {
@@ -35,7 +34,6 @@ mkDerivation {
3534
network-uri
3635
text
3736
types-common
38-
unordered-containers
3937
wire-api
4038
];
4139
license = lib.licenses.agpl3Only;

libs/hscim/default.nix

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
, template-haskell
4141
, text
4242
, time
43-
, unordered-containers
4443
, uuid
4544
, wai
4645
, wai-extra
@@ -61,14 +60,12 @@ mkDerivation {
6160
case-insensitive
6261
email-validate
6362
hashable
64-
hedgehog
6563
hspec
6664
hspec-expectations
6765
hspec-wai
6866
http-api-data
6967
http-media
7068
http-types
71-
hw-hspec-hedgehog
7269
list-t
7370
microlens
7471
mmorph
@@ -86,92 +83,40 @@ mkDerivation {
8683
template-haskell
8784
text
8885
time
89-
unordered-containers
9086
uuid
9187
wai
9288
wai-extra
93-
warp
9489
];
9590
executableHaskellDepends = [
96-
aeson
97-
aeson-qq
98-
attoparsec
9991
base
100-
bytestring
101-
case-insensitive
10292
email-validate
103-
hashable
104-
hedgehog
105-
hspec
106-
hspec-expectations
107-
hspec-wai
108-
http-api-data
109-
http-media
110-
http-types
111-
hw-hspec-hedgehog
112-
list-t
113-
microlens
114-
mmorph
115-
mtl
11693
network-uri
117-
retry
118-
scientific
119-
servant
120-
servant-client
121-
servant-client-core
122-
servant-server
12394
stm
12495
stm-containers
125-
string-conversions
126-
template-haskell
127-
text
12896
time
129-
unordered-containers
130-
uuid
131-
wai
132-
wai-extra
13397
warp
13498
];
13599
testHaskellDepends = [
136100
aeson
137-
aeson-qq
138101
attoparsec
139102
base
140103
bytestring
141-
case-insensitive
142104
email-validate
143-
hashable
144105
hedgehog
145106
hspec
146107
hspec-expectations
147108
hspec-wai
148-
http-api-data
149-
http-media
150109
http-types
151110
hw-hspec-hedgehog
152111
indexed-traversable
153-
list-t
154112
microlens
155-
mmorph
156-
mtl
157113
network-uri
158-
retry
159-
scientific
160114
servant
161-
servant-client
162-
servant-client-core
163115
servant-server
164-
stm
165116
stm-containers
166-
string-conversions
167-
template-haskell
168117
text
169-
time
170-
unordered-containers
171-
uuid
172118
wai
173119
wai-extra
174-
warp
175120
];
176121
testToolDepends = [ hspec-discover ];
177122
homepage = "https://github.com/wireapp/wire-server/libs/hscim/README.md";

libs/jwt-tools/default.nix

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,34 @@
44
# dependencies are added or removed.
55
{ mkDerivation
66
, base
7-
, base64-bytestring
8-
, bytestring
97
, bytestring-conversion
10-
, either
11-
, extra
128
, gitignoreSource
139
, hspec
1410
, http-types
1511
, imports
1612
, lib
17-
, QuickCheck
1813
, rusty_jwt_tools_ffi
1914
, string-conversions
20-
, text
2115
, transformers
22-
, unliftio
23-
, uuid
2416
}:
2517
mkDerivation {
2618
pname = "jwt-tools";
2719
version = "0.1.0";
2820
src = gitignoreSource ./.;
2921
libraryHaskellDepends = [
3022
base
31-
base64-bytestring
32-
bytestring
3323
bytestring-conversion
3424
http-types
3525
imports
36-
QuickCheck
3726
string-conversions
3827
transformers
39-
unliftio
4028
];
4129
librarySystemDepends = [ rusty_jwt_tools_ffi ];
4230
testHaskellDepends = [
43-
base
44-
base64-bytestring
45-
bytestring
46-
bytestring-conversion
47-
either
48-
extra
4931
hspec
50-
http-types
5132
imports
52-
QuickCheck
5333
string-conversions
54-
text
5534
transformers
56-
uuid
5735
];
5836
description = "FFI to rusty-jwt-tools";
5937
license = lib.licenses.agpl3Only;

0 commit comments

Comments
 (0)