diff options
Diffstat (limited to 'sflctimekeeper.cabal')
-rw-r--r-- | sflctimekeeper.cabal | 52 |
1 files changed, 30 insertions, 22 deletions
diff --git a/sflctimekeeper.cabal b/sflctimekeeper.cabal index 1548421..f3dd83a 100644 --- a/sflctimekeeper.cabal +++ b/sflctimekeeper.cabal @@ -30,7 +30,10 @@ library Settings.Development Handler.Home Handler.User + Handler.Category + Handler.Employment Auth.Proxied + PTO if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT @@ -52,35 +55,40 @@ library NoMonomorphismRestriction build-depends: base >= 4 && < 5 - , yesod >= 1.0 && < 1.1 - , yesod-core >= 1.0 && < 1.1 - , yesod-auth >= 1.0 && < 1.1 - , yesod-static >= 1.0 && < 1.1 - , yesod-default >= 1.0 && < 1.1 - , yesod-form >= 1.0 && < 1.1 - , yesod-test >= 0.2 && < 0.3 - , clientsession >= 0.7.3 && < 0.8 - , bytestring >= 0.9 && < 0.10 + -- , yesod-platform >= 1.1 && < 1.2 + , yesod >= 1.1.5 && < 1.2 + , yesod-core >= 1.1.7 && < 1.2 + , yesod-auth >= 1.1 && < 1.2 + , yesod-static >= 1.1 && < 1.2 + , yesod-default >= 1.1 && < 1.2 + , yesod-form >= 1.1 && < 1.3 + , clientsession >= 0.8 && < 0.10 + , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 0.12 - , persistent >= 0.9 && < 0.10 - , persistent-sqlite >= 0.9 && < 0.10 + , persistent >= 1.1 && < 1.2 + , persistent-sqlite >= 1.1 && < 1.2 + , persistent-template >= 1.1.1 && < 1.2 , template-haskell - , hamlet >= 1.0 && < 1.1 + , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 - , shakespeare-js >= 1.0 && < 1.1 + , shakespeare-js >= 1.0.2 && < 1.2 , shakespeare-text >= 1.0 && < 1.1 , hjsmin >= 0.1 && < 0.2 , monad-control >= 0.3 && < 0.4 - , wai-extra >= 1.2 && < 1.3 - , yaml >= 0.7 && < 0.8 - , http-conduit >= 1.4 && < 1.5 - , directory >= 1.1 && < 1.2 - , warp >= 1.2 && < 1.3 + , wai-extra >= 1.3 && < 1.4 + , yaml >= 0.8 && < 0.9 + , http-conduit >= 1.8 && < 1.10 + , directory >= 1.1 && < 1.3 + , warp >= 1.3 && < 1.4 + , data-default + , aeson + , conduit >= 1.0 + , monad-logger >= 0.3 + , fast-logger >= 0.3 + , base64-bytestring + , case-insensitive , time , wai - , case-insensitive - , http-types - , base64-bytestring executable sflctimekeeper if flag(library-only) @@ -112,7 +120,7 @@ test-suite test build-depends: base , sflctimekeeper - , yesod-test + , yesod-test >= 0.3 && < 0.4 , yesod-default , yesod-core , time |