[commit: haddock] wip/attoparsec-update: Update main cabal file too (ddf11f0)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:29:37 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branch  : wip/attoparsec-update
Link       : http://git.haskell.org/haddock.git/commitdiff/ddf11f0c5c45a5e5b065df1e58de9cc3d57631cb

>---------------------------------------------------------------

commit ddf11f0c5c45a5e5b065df1e58de9cc3d57631cb
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Fri Aug 8 04:43:12 2014 +0200

    Update main cabal file too


>---------------------------------------------------------------

ddf11f0c5c45a5e5b065df1e58de9cc3d57631cb
 haddock.cabal | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index 5c10656..ef64526 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -73,7 +73,7 @@ executable haddock
   build-depends:
     base >= 4.3 && < 4.8
   if flag(in-ghc-tree)
-    hs-source-dirs: src, haddock-library/vendor/attoparsec-0.10.4.0, haddock-library/src
+    hs-source-dirs: src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src
     cpp-options: -DIN_GHC_TREE
     build-depends:
       filepath,
@@ -92,13 +92,15 @@ executable haddock
       Documentation.Haddock.Doc
       Data.Attoparsec
       Data.Attoparsec.ByteString
+      Data.Attoparsec.ByteString.Buffer
       Data.Attoparsec.ByteString.Char8
-      Data.Attoparsec.Combinator
-      Data.Attoparsec.Number
       Data.Attoparsec.ByteString.FastSet
       Data.Attoparsec.ByteString.Internal
+      Data.Attoparsec.Combinator
       Data.Attoparsec.Internal
+      Data.Attoparsec.Internal.Fhthagn
       Data.Attoparsec.Internal.Types
+      Data.Attoparsec.Number
       Documentation.Haddock.Utf8
       Documentation.Haddock.Parser.Util
 
@@ -151,7 +153,7 @@ library
 
   if flag(in-ghc-tree)
     cpp-options: -DIN_GHC_TREE
-    hs-source-dirs:       src, haddock-library/vendor/attoparsec-0.10.4.0, haddock-library/src
+    hs-source-dirs:       src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src
 
     exposed-modules:
       Documentation.Haddock.Parser
@@ -161,13 +163,15 @@ library
     other-modules:
       Data.Attoparsec
       Data.Attoparsec.ByteString
+      Data.Attoparsec.ByteString.Buffer
       Data.Attoparsec.ByteString.Char8
-      Data.Attoparsec.Combinator
-      Data.Attoparsec.Number
       Data.Attoparsec.ByteString.FastSet
       Data.Attoparsec.ByteString.Internal
+      Data.Attoparsec.Combinator
       Data.Attoparsec.Internal
+      Data.Attoparsec.Internal.Fhthagn
       Data.Attoparsec.Internal.Types
+      Data.Attoparsec.Number
       Documentation.Haddock.Utf8
       Documentation.Haddock.Parser.Util
 



More information about the ghc-commits mailing list