[commit: packages/pretty] master: Export the Annotated modules (08d8913)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 07:11:45 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branch : master
Link : http://git.haskell.org/packages/pretty.git/commitdiff/08d8913f11e7087a45fcde8b08adf59e44107d25
>---------------------------------------------------------------
commit 08d8913f11e7087a45fcde8b08adf59e44107d25
Author: Trevor Elliott <trevor at galois.com>
Date: Sat Jan 24 12:31:15 2015 -0800
Export the Annotated modules
>---------------------------------------------------------------
08d8913f11e7087a45fcde8b08adf59e44107d25
pretty.cabal | 3 +++
src/Text/PrettyPrint/Annotated.hs | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pretty.cabal b/pretty.cabal
index 89e739c..38a12b1 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -31,6 +31,9 @@ Library
Text.PrettyPrint
Text.PrettyPrint.HughesPJ
Text.PrettyPrint.HughesPJClass
+ Text.PrettyPrint.Annotated
+ Text.PrettyPrint.Annotated.HughesPJ
+ Text.PrettyPrint.Annotated.HughesPJClass
build-depends: base >= 4.5 && < 5,
deepseq >= 1.1,
ghc-prim
diff --git a/src/Text/PrettyPrint/Annotated.hs b/src/Text/PrettyPrint/Annotated.hs
index 3bfc353..dc967e6 100644
--- a/src/Text/PrettyPrint/Annotated.hs
+++ b/src/Text/PrettyPrint/Annotated.hs
@@ -21,7 +21,7 @@
--
-----------------------------------------------------------------------------
-module Text.PrettyPrintAnnotated (
+module Text.PrettyPrint.Annotated (
-- * The document type
Doc,
More information about the ghc-commits
mailing list