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
#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__
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment