File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ common warnings
2525 -Wpartial-fields
2626 -Widentities
2727 -Wredundant-constraints
28+ -Wunused-packages
2829
2930library
3031 import : warnings
@@ -53,8 +54,6 @@ library cborg
5354 build-depends : base,
5455 bytestring >= 0.10 && < 0.13 ,
5556 cborg >= 0.2.1 && < 0.3 ,
56- singletons,
57- primitive,
5857
5958 io-classes :io-classes,
6059 typed-protocols :typed-protocols
@@ -89,7 +88,6 @@ library stateful-cborg
8988 build-depends : base,
9089 bytestring,
9190 cborg,
92- singletons,
9391
9492 io-classes :io-classes,
9593 typed-protocols :{typed-protocols,cborg,stateful}
@@ -135,7 +133,6 @@ library examples
135133 contra-tracer,
136134 io-classes :{io-classes, si-timers},
137135 network,
138- time,
139136 typed-protocols :{typed-protocols,cborg,stateful}
140137 hs-source-dirs : examples
141138 default-language : GHC2021
You can’t perform that action at this time.
0 commit comments