Fix some version issues

This commit is contained in:
Michael Snoyman 2017-07-23 11:10:47 +03:00
parent 8e367bda3d
commit 626719ce28
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
resolver: lts-6.23 resolver: lts-8.12
packages: packages:
- ./yesod-core - ./yesod-core
- ./yesod-static - ./yesod-static
@ -16,7 +16,7 @@ packages:
# Needed for LTS 2 # Needed for LTS 2
extra-deps: extra-deps:
- wai-app-static-3.1.4.1 - wai-app-static-3.1.6.1
- http-api-data-0.2 - http-api-data-0.2
- yaml-0.8.17 - yaml-0.8.17
- nonce-1.0.2 - nonce-1.0.2

View File

@ -21,7 +21,7 @@ library
cpp-options: -DGHC7 cpp-options: -DGHC7
else else
build-depends: base >= 4 && < 4.3 build-depends: base >= 4 && < 4.3
build-depends: authenticate-oauth >= 1.5 && < 1.6 build-depends: authenticate-oauth >= 1.5 && < 1.7
, bytestring >= 0.9.1.4 , bytestring >= 0.9.1.4
, yesod-core >= 1.4 && < 1.5 , yesod-core >= 1.4 && < 1.5
, yesod-auth >= 1.4 && < 1.5 , yesod-auth >= 1.4 && < 1.5