Deduplicate base dependency
This commit is contained in:
parent
a69c1a0031
commit
c3ac431600
@ -28,6 +28,7 @@ common common
|
|||||||
-Wall
|
-Wall
|
||||||
-fdefer-type-errors
|
-fdefer-type-errors
|
||||||
build-depends:
|
build-depends:
|
||||||
|
base,
|
||||||
bytestring,
|
bytestring,
|
||||||
extra,
|
extra,
|
||||||
mtl,
|
mtl,
|
||||||
@ -43,7 +44,6 @@ library
|
|||||||
include-dirs: rust/target/debug
|
include-dirs: rust/target/debug
|
||||||
extra-bundled-libraries: Cgarnet_rs
|
extra-bundled-libraries: Cgarnet_rs
|
||||||
build-depends:
|
build-depends:
|
||||||
base,
|
|
||||||
hs-bindgen,
|
hs-bindgen,
|
||||||
hs-bindgen-runtime,
|
hs-bindgen-runtime,
|
||||||
template-haskell,
|
template-haskell,
|
||||||
@ -57,5 +57,4 @@ executable garnet
|
|||||||
-rtsopts
|
-rtsopts
|
||||||
-with-rtsopts=-N
|
-with-rtsopts=-N
|
||||||
build-depends:
|
build-depends:
|
||||||
base,
|
|
||||||
garnet,
|
garnet,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user