summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorman Ramsey <Norman.Ramsey@tweag.io>2022-05-18 14:43:48 -0400
committerNorman Ramsey <Norman.Ramsey@tweag.io>2022-05-18 14:55:11 -0400
commit25642b4eacfa89e4df90465391bf41833e2d9443 (patch)
treeea09ea8aec7c34f02a4d4289ee4f5719f9b8843d
parent071fbe25c5ae79de955f00f389262166bf1dadd5 (diff)
downloadhaskell-wip/fgl-modules.tar.gz
tag code with version number of FGLwip/fgl-modules
-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