summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/GHC/Data/Graph/Inductive/Graph.hs3
-rw-r--r--compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs3
2 files changed, 6 insertions, 0 deletions
diff --git a/compiler/GHC/Data/Graph/Inductive/Graph.hs b/compiler/GHC/Data/Graph/Inductive/Graph.hs
index 8a72c30d7a..0b1787ac0e 100644
--- a/compiler/GHC/Data/Graph/Inductive/Graph.hs
+++ b/compiler/GHC/Data/Graph/Inductive/Graph.hs
@@ -1,5 +1,8 @@
-- (c) 1999-2005 by Martin Erwig (see copyright at bottom)
-- | Static and Dynamic Inductive Graphs
+--
+-- Code is from Hackage `fgl` package version 5.7.0.3
+--
module GHC.Data.Graph.Inductive.Graph (
-- * General Type Defintions
-- ** Node and Edge Types
diff --git a/compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs b/compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs
index 047ae0b2c7..643337e406 100644
--- a/compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs
+++ b/compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs
@@ -16,6 +16,9 @@
-- * 'Data.Graph.Inductive.Graph.nmap'
--
-- * 'Data.Graph.Inductive.Graph.emap'
+--
+-- Code is from Hackage `fgl` package version 5.7.0.3
+
module GHC.Data.Graph.Inductive.PatriciaTree
( Gr