diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-04-28 11:28:08 +0200 |
---|---|---|
committer | Alex Biehl <alexbiehl@gmail.com> | 2017-04-29 22:00:25 +0200 |
commit | 799a41fffde7ec6e1c2097b895925a4adac5419f (patch) | |
tree | d90259eab8e1e2d452777a4ad3496115f1e6dffa /haddock.cabal | |
parent | 7ec72d3ad81657f5a5298ac1465229fa7cafb35c (diff) |
Update attoparsec-0.12.1.1 to attoparsec-0.13.1.0
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 160316e9..fb16a2a9 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -47,7 +47,7 @@ executable haddock build-depends: base >= 4.3 && < 4.11 if flag(in-ghc-tree) - hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src + hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.13.1.0, haddock-library/src cpp-options: -DIN_GHC_TREE build-depends: filepath, |