Răsfoiți Sursa

Missing cabal configure command for yesod

Patrick Falls 12 ani în urmă
părinte
comite
3c5017cf2a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      yesod/setup.py

+ 1 - 0
yesod/setup.py

@@ -9,6 +9,7 @@ def start(args):
   
   
   subprocess.check_call("cabal update", shell=True, cwd="yesod/bench")
   subprocess.check_call("cabal update", shell=True, cwd="yesod/bench")
   subprocess.check_call("cabal install --only-dependencies", shell=True, cwd="yesod/bench")
   subprocess.check_call("cabal install --only-dependencies", shell=True, cwd="yesod/bench")
+  subprocess.check_call("cabal configure", shell=True, cwd="yesod/bench")
   subprocess.check_call("cabal build", shell=True, cwd="yesod/bench")
   subprocess.check_call("cabal build", shell=True, cwd="yesod/bench")
 
 
   db_host = args.database_host
   db_host = args.database_host