summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/DirectedGraph/Internal.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-24 16:55:20 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-24 16:55:20 +0100
commit12c446785c76130a65c46cc603e767893b4818b5 (patch)
tree45d07507e23ced12f315f16d51fad19a1c1138c9 /src/Hakyll/Core/DirectedGraph/Internal.hs
parent4b7c42d644a1fb2242ad79a2193edad4ba6b2b7e (diff)
downloadhakyll-12c446785c76130a65c46cc603e767893b4818b5.tar.gz
Add target module
Diffstat (limited to 'src/Hakyll/Core/DirectedGraph/Internal.hs')
-rw-r--r--src/Hakyll/Core/DirectedGraph/Internal.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hakyll/Core/DirectedGraph/Internal.hs b/src/Hakyll/Core/DirectedGraph/Internal.hs
index 9890fc0..52a712d 100644
--- a/src/Hakyll/Core/DirectedGraph/Internal.hs
+++ b/src/Hakyll/Core/DirectedGraph/Internal.hs
@@ -1,4 +1,5 @@
--- | Internal structure of the DirectedGraph type. Not exported in the library.
+-- | Internal structure of the DirectedGraph type. Not exported outside of the
+-- library.
--
module Hakyll.Core.DirectedGraph.Internal
( Node (..)