[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
- Previous message: [commit: haddock] wip/attoparsec-update: Update to attoparsec-0.12.1.1 (44194c3)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, fix-travis, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/ast-annotations-separate, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/landmine-param-family, wip/orf-new, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/remove-cabal-dep, wip/trac-9744: Update to attoparsec-0.12.1.1 (d8f1c1c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [commit: haddock] wip/attoparsec-update: Update to attoparsec-0.12.1.1 (44194c3)
- Next message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, fix-travis, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/ast-annotations-separate, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/landmine-param-family, wip/orf-new, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/remove-cabal-dep, wip/trac-9744: Update to attoparsec-0.12.1.1 (d8f1c1c)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list