Skip to content
Snippets Groups Projects
Commit 2903d852 authored by dreixel's avatar dreixel
Browse files

remove unnecessary Data.Generics.* imports

parent 26c1ad20
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ 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
--import Data.Generics.Instances () -- To provide a Data instance
--import Data.Generics.Basics () -- because the Data instance is an orphan
#endif
#ifdef __HUGS__
......
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