diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | pandoc.cabal | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 9c8f18188..7f24986d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: # - GHCVER=6.12.3 - GHCVER=7.4.2 - GHCVER=7.6.3 - - GHCVER=7.8.1 # see note about Alex/Happy + - GHCVER=7.8.2 # see note about Alex/Happy # - GHCVER=head # see section about GHC HEAD snapshots # Note: the distinction between `before_install` and `install` is not important. @@ -18,7 +18,7 @@ before_install: install: - cabal-1.18 update - | - if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then + if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.2" ]; then cabal-1.18 install happy alex export PATH=$HOME/.cabal/bin:$PATH fi diff --git a/pandoc.cabal b/pandoc.cabal index ec32c8c35..6f12ec375 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -11,7 +11,7 @@ Bug-Reports: https://github.com/jgm/pandoc/issues Stability: alpha Homepage: http://johnmacfarlane.net/pandoc Category: Text -Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1 +Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2 Synopsis: Conversion between markup formats Description: Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses @@ -234,7 +234,7 @@ Library blaze-markup >= 0.5.1 && < 0.7, attoparsec >= 0.10 && < 0.12, yaml >= 0.8.8.2 && < 0.9, - scientific >= 0.2 && < 0.3, + scientific >= 0.2 && < 0.4, vector >= 0.10 && < 0.11, hslua >= 0.3 && < 0.4, binary >= 0.5 && < 0.8 |