From 73088445729214483fa0aae7904cc04456e2827d Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Wed, 3 Sep 2008 22:35:58 +0000 Subject: [PATCH] follow library changes --- array.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.cabal b/array.cabal index 5313a979..b01582da 100644 --- a/array.cabal +++ b/array.cabal @@ -16,7 +16,7 @@ extra-source-files: include/Typeable.h library build-depends: base if !impl(nhc98) - build-depends: st, concurrent, syb + build-depends: syb exposed-modules: Data.Array extensions: CPP -- GitLab