explicitly require a modern copy of happy

This commit is contained in:
Chris Allen 2014-05-03 00:57:50 -05:00
parent 627b48e39b
commit 58e091f4e1
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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