Deduplicate base dependency

This commit is contained in:
George Thomas 2026-03-25 00:29:30 +00:00
parent 2ff3ad93e5
commit 8cb0bf9c5e

View File

@ -35,6 +35,7 @@ common common
-Wall
-fdefer-type-errors
build-depends:
base,
bytestring,
extra,
mtl,
@ -53,7 +54,6 @@ library
-- includes: garnet_rs.h
extra-bundled-libraries: Cgarnet_rs
build-depends:
base,
hs-bindgen,
hs-bindgen-runtime,
template-haskell,
@ -67,5 +67,4 @@ executable garnet
-rtsopts
-with-rtsopts=-N
build-depends:
base,
garnet,