mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-03 23:15:14 +03:00
explicitly require a modern copy of happy
This commit is contained in:
parent
627b48e39b
commit
58e091f4e1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user