time version 1.5 und reorder-goals in install.sh #1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user