File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ common warnings
25
25
-Wpartial-fields
26
26
-Widentities
27
27
-Wredundant-constraints
28
+ -Wunused-packages
28
29
29
30
library
30
31
import : warnings
@@ -53,8 +54,6 @@ library cborg
53
54
build-depends : base,
54
55
bytestring >= 0.10 && < 0.13 ,
55
56
cborg >= 0.2.1 && < 0.3 ,
56
- singletons,
57
- primitive,
58
57
59
58
io-classes :io-classes,
60
59
typed-protocols :typed-protocols
@@ -89,7 +88,6 @@ library stateful-cborg
89
88
build-depends : base,
90
89
bytestring,
91
90
cborg,
92
- singletons,
93
91
94
92
io-classes :io-classes,
95
93
typed-protocols :{typed-protocols,cborg,stateful}
@@ -134,9 +132,9 @@ library examples
134
132
singletons,
135
133
contra-tracer,
136
134
io-classes :{io-classes, si-timers},
137
- network,
138
- time,
139
135
typed-protocols :{typed-protocols,cborg,stateful}
136
+ if !os(windows)
137
+ build-depends : network
140
138
hs-source-dirs : examples
141
139
default-language : GHC2021
142
140
default-extensions : DataKinds
You can’t perform that action at this time.
0 commit comments