summaryrefslogtreecommitdiff
path: root/bar.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bar.cabal')
-rw-r--r--bar.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/bar.cabal b/bar.cabal
index 94dfacc..94b5409 100644
--- a/bar.cabal
+++ b/bar.cabal
@@ -67,11 +67,11 @@ library
67 base >= 4.8.2.0 && < 4.9 67 base >= 4.8.2.0 && < 4.9
68 || >= 4.9.1.0 && < 5 68 || >= 4.9.1.0 && < 5
69 69
70 , yesod >= 1.4.3 && < 1.5 70 , yesod >= 1.6.0 && < 1.7
71 , yesod-core >= 1.4.30 && < 1.5 71 , yesod-core >= 1.6.2 && < 1.7
72 , yesod-auth >= 1.4.0 && < 1.5 72 , yesod-auth >= 1.6.2 && < 1.7
73 , yesod-static >= 1.4.0.3 && < 1.6 73 , yesod-static >= 1.6.0 && < 1.7
74 , yesod-form >= 1.4.0 && < 1.5 74 , yesod-form >= 1.6.1 && < 1.7
75 , classy-prelude >= 0.10.2 75 , classy-prelude >= 0.10.2
76 , classy-prelude-conduit >= 0.10.2 76 , classy-prelude-conduit >= 0.10.2
77 -- version 1.0 had a bug in reexporting Handler, causing trouble 77 -- version 1.0 had a bug in reexporting Handler, causing trouble
@@ -79,8 +79,8 @@ library
79 || >= 1.1 79 || >= 1.1
80 , bytestring >= 0.9 && < 0.11 80 , bytestring >= 0.9 && < 0.11
81 , text >= 0.11 && < 2.0 81 , text >= 0.11 && < 2.0
82 , persistent >= 2.0 && < 2.7 82 , persistent >= 2.8.1 && < 2.9
83 , persistent-postgresql >= 2.1.1 && < 2.7 83 , persistent-postgresql >= 2.8.2 && < 2.9
84 , persistent-template >= 2.0 && < 2.7 84 , persistent-template >= 2.0 && < 2.7
85 , template-haskell 85 , template-haskell
86 , shakespeare >= 2.0 && < 2.1 86 , shakespeare >= 2.0 && < 2.1
@@ -88,11 +88,11 @@ library
88 , monad-control >= 0.3 && < 1.1 88 , monad-control >= 0.3 && < 1.1
89 , wai-extra >= 3.0 && < 3.1 89 , wai-extra >= 3.0 && < 3.1
90 , yaml >= 0.8 && < 0.9 90 , yaml >= 0.8 && < 0.9
91 , http-conduit >= 2.1 && < 2.3 91 , http-conduit >= 2.3.0 && < 2.4
92 , directory >= 1.1 && < 1.4 92 , directory >= 1.1 && < 1.4
93 , warp >= 3.0 && < 3.3 93 , warp >= 3.0 && < 3.3
94 , data-default 94 , data-default
95 , aeson >= 0.6 && < 1.1 95 , aeson >= 1.2.4 && < 1.3
96 , conduit >= 1.0 && < 2.0 96 , conduit >= 1.0 && < 2.0
97 , monad-logger >= 0.3 && < 0.4 97 , monad-logger >= 0.3 && < 0.4
98 , fast-logger >= 2.2 && < 2.5 98 , fast-logger >= 2.2 && < 2.5