From 79880eb812f8fe04de43639170dc6e1637d7dd5c Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Thu, 13 Nov 2008 14:48:43 +0000
Subject: [PATCH] Turns out syb is not needed at all

---
 Data/Array.hs | 2 --
 array.cabal   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/Data/Array.hs b/Data/Array.hs
index 7ed7a4cb..0f90c371 100644
--- a/Data/Array.hs
+++ b/Data/Array.hs
@@ -59,8 +59,6 @@ import Data.Ix
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Arr                    -- Most of the hard work is done here
---import Data.Generics.Instances () -- To provide a Data instance
---import Data.Generics.Basics    () -- because the Data instance is an orphan
 #endif
 
 #ifdef __HUGS__
diff --git a/array.cabal b/array.cabal
index 671f8468..5ce7d968 100644
--- a/array.cabal
+++ b/array.cabal
@@ -15,8 +15,6 @@ extra-source-files: include/Typeable.h
 
 library
   build-depends: base
-  if !impl(nhc98)
-    build-depends: syb
   exposed-modules:
       Data.Array
   extensions: CPP
-- 
GitLab