Skip to content
Snippets Groups Projects
Commit 79880eb8 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Turns out syb is not needed at all

parent 2903d852
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,6 @@ import Data.Ix ...@@ -59,8 +59,6 @@ import Data.Ix
#ifdef __GLASGOW_HASKELL__ #ifdef __GLASGOW_HASKELL__
import GHC.Arr -- Most of the hard work is done here 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 #endif
#ifdef __HUGS__ #ifdef __HUGS__
......
...@@ -15,8 +15,6 @@ extra-source-files: include/Typeable.h ...@@ -15,8 +15,6 @@ extra-source-files: include/Typeable.h
library library
build-depends: base build-depends: base
if !impl(nhc98)
build-depends: syb
exposed-modules: exposed-modules:
Data.Array Data.Array
extensions: CPP extensions: CPP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment