From 25642b4eacfa89e4df90465391bf41833e2d9443 Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Wed, 18 May 2022 14:43:48 -0400 Subject: tag code with version number of FGL --- compiler/GHC/Data/Graph/Inductive/Graph.hs | 3 +++ compiler/GHC/Data/Graph/Inductive/PatriciaTree.hs | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.1