aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-08-08 01:41:34 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-08-08 04:58:19 +0200
commitd8f1c1cc4e8825f39ffc87fddfe6ff9c58f9ef8e (patch)
treefee259c5f50174842c5c843ab89a8f88250547f4 /haddock.cabal
parentd9b224f124edc99f051dfc0dcab922041654c36a (diff)
Update to attoparsec-0.12.1.1
There seems to be memory and speed improvement.
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