time version 1.5 und reorder-goals in install.sh

This commit is contained in:
Alex Wede 2015-07-24 21:06:41 +02:00
parent 4e3284c682
commit 75f3a3d5d2
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ git clone https://github.com/Drezil/yesod-auth-oauth2
cd ..
cabal sandbox init
cabal sandbox add-source deps/yesod-auth-oauth2
cabal install --only-dependencies
cabal install --only-dependencies --reorder-goals

View File

@ -84,7 +84,7 @@ library
, unordered-containers
, containers
, vector
, time
, time >=1.5
, HTTP
, xml-lens
, xml-conduit