Deduplicate base dependency
This commit is contained in:
parent
356385cbd2
commit
ea096b6945
@ -35,6 +35,7 @@ common common
|
|||||||
-Wall
|
-Wall
|
||||||
-fdefer-type-errors
|
-fdefer-type-errors
|
||||||
build-depends:
|
build-depends:
|
||||||
|
base,
|
||||||
bytestring,
|
bytestring,
|
||||||
extra,
|
extra,
|
||||||
mtl,
|
mtl,
|
||||||
@ -53,7 +54,6 @@ library
|
|||||||
-- includes: garnet_rs.h
|
-- includes: garnet_rs.h
|
||||||
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,
|
||||||
@ -67,5 +67,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