Browse Source

master Yesod needed specific versions

Mike Smith 11 years ago
parent
commit
001e473a68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      yesod/bench/bench.cabal

+ 2 - 1
yesod/bench/bench.cabal

@@ -18,7 +18,8 @@ executable         bench
                 EmptyDataDecls
 
     build-depends: base                          >= 4          && < 5
-                 , yesod                         >= 1.2        && < 1.3
+                 , yesod                         == 1.2.2
+                 , yesod-core                    == 1.2.4
                  , text                          >= 0.11       && < 0.12
                  , persistent                    >= 1.2        && < 1.3
                  , persistent-mysql              >= 1.2        && < 1.3