time version 1.5 und reorder-goals in install.sh #1

Merged
Drezil merged 1 commits from master into master 2015-07-24 19:21:06 +00:00
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 .. cd ..
cabal sandbox init cabal sandbox init
cabal sandbox add-source deps/yesod-auth-oauth2 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 , unordered-containers
, containers , containers
, vector , vector
, time , time >=1.5
, HTTP , HTTP
, xml-lens , xml-lens
, xml-conduit , xml-conduit