From 58e091f4e16df66685ff999b2e5dfe179c5f5545 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sat, 3 May 2014 00:57:50 -0500 Subject: [PATCH] explicitly require a modern copy of happy --- .travis.yml | 2 +- bloodhound.cabal | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e750e2..57f9db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: - sudo add-apt-repository -y ppa:hvr/ghc - sudo apt-get update - sudo apt-get install cabal-install-1.18 ghc-$GHCVER - - export PATH=/opt/ghc/$GHCVER/bin:$PATH + - export PATH=/opt/ghc/$GHCVER/bin:/opt/happy/1.19.3/bin:$PATH install: - cabal-1.18 update diff --git a/bloodhound.cabal b/bloodhound.cabal index c1cfeb9..2958ced 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -23,15 +23,15 @@ library Database.Bloodhound.Types Database.Bloodhound.Types.Class Database.Bloodhound.Types.Instances - build-depends: base >=4.3 && <5, - bytestring >= 0.10, - aeson >= 0.7, - aeson-pretty >= 0.7, - conduit >= 1.0, - http-conduit >= 2.0, - time >= 1.4, - text >= 0.11, - http-types >= 0.8, + build-depends: base >= 4.3 && <5, + bytestring >= 0.10, + aeson >= 0.7, + aeson-pretty >= 0.7, + conduit >= 1.0, + http-conduit >= 2.0, + time >= 1.4, + text >= 0.11, + http-types >= 0.8, scientific default-language: Haskell2010