aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal16
1 files changed, 10 insertions, 6 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 5c10656c..ef645266 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