From 75f3a3d5d23e00746076d4048c8600c2ce9c2f5b Mon Sep 17 00:00:00 2001 From: Alex Wede Date: Fri, 24 Jul 2015 21:06:41 +0200 Subject: [PATCH] time version 1.5 und reorder-goals in install.sh --- install.sh | 2 +- neat.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 78a381b..cfcba26 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/neat.cabal b/neat.cabal index 06e9f73..cbefeaf 100644 --- a/neat.cabal +++ b/neat.cabal @@ -84,7 +84,7 @@ library , unordered-containers , containers , vector - , time + , time >=1.5 , HTTP , xml-lens , xml-conduit