Deduplicate base dependency

This commit is contained in:
George Thomas 2026-03-25 00:29:30 +00:00
parent 5b37b69c5b
commit e949c49f1d

View File

@ -28,6 +28,7 @@ common common
-Wall
-fdefer-type-errors
build-depends:
base,
bytestring,
extra,
mtl,
@ -43,7 +44,6 @@ library
include-dirs: rust/target/debug
extra-bundled-libraries: Cgarnet_rs
build-depends:
base,
hs-bindgen,
hs-bindgen-runtime,
template-haskell,
@ -57,5 +57,4 @@ executable garnet
-rtsopts
-with-rtsopts=-N
build-depends:
base,
garnet,