From 7f4f7f8ce90d93ce8c7427454ca1f7b10d33cfd0 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Tue, 6 Oct 2015 05:24:59 +0300 Subject: [PATCH] Set version bounds on dependencies as in lts-3 Generally the bounds are set as >= x.y && < x.y+1 where x.y are taken from lts-3.0 snapshot. --- stackage-server.cabal | 173 +++++++++++++++++++++--------------------- 1 file changed, 86 insertions(+), 87 deletions(-) diff --git a/stackage-server.cabal b/stackage-server.cabal index 641b952..60d7a36 100644 --- a/stackage-server.cabal +++ b/stackage-server.cabal @@ -86,93 +86,92 @@ library LambdaCase build-depends: - base >= 4 - , aeson >= 0.6 - , aws - , base16-bytestring - , blaze-markup >= 0.6 - , byteable - , bytestring >= 0.9 - , classy-prelude-yesod >= 0.9.2 - , conduit >= 1.0 - , conduit-extra - , cryptohash - , cryptohash-conduit >= 0.1.1 - , data-default - , directory >= 1.1 - , email-validate - , esqueleto - , exceptions - , fast-logger >= 2.1.4 - , foreign-store - , ghc-prim - , hjsmin >= 0.1 - , html-conduit - , http-conduit >= 2.1.2.3 - , monad-control >= 0.3 - , monad-logger >= 0.3.6 - , mtl >= 2.1 - , mwc-random >= 0.13 - , persistent >= 1.3.1 - , persistent-template >= 1.3 - , resourcet >= 1.1.2 - , shakespeare >= 2.0 - , system-fileio - , system-filepath - , tar >= 0.4 - , template-haskell - , temporary-rc >= 1.2 - , text >= 0.11 - , wai >= 2.1 - , wai-extra >= 2.1 - , wai-logger >= 2.1 - , warp >= 2.1 - , xml-conduit - , yaml >= 0.8 - , yesod >= 1.2.5 - , yesod-auth >= 1.3 - , yesod-core >= 1.2.19 - , yesod-form >= 1.3.14 - , yesod-static >= 1.2 - , zlib - , unordered-containers - , hashable - -- Avoid https://github.com/haskell/cabal/issues/1202 - , Cabal >= 1.18 - , lifted-base - , mono-traversable - , time - , process - , old-locale - , th-lift - , mime-types - , unix - , markdown >= 0.1.13 - , formatting - , blaze-html - , haddock-library >= 1.2.0 - , async - , yesod-gitrepo >= 0.1.1 - , hoogle - , spoon - , deepseq - , deepseq-generics - , auto-update - , stackage-types >= 1.0.1.1 - , stackage-build-plan >= 0.1.1 - , yesod-sitemap - , streaming-commons - , classy-prelude-conduit - , path-pieces - , persistent-sqlite - , stackage-metadata >= 0.2 - , filepath - , http-client - , http-types - , amazonka - , amazonka-core - , amazonka-s3 - , lens + base >= 4.8 && < 4.9 + , aeson >= 0.8 && < 0.9 + , aws >= 0.12 && < 0.13 + , base16-bytestring >= 0.1 && < 0.2 + , blaze-markup >= 0.7 && < 0.8 + , byteable >= 0.1 && < 0.2 + , bytestring >= 0.10 && < 0.11 + , classy-prelude-yesod >= 0.12 && < 0.13 + , conduit >= 1.2 && < 1.3 + , conduit-extra >= 1.1 && < 1.2 + , cryptohash >= 0.11 && < 0.12 + , cryptohash-conduit >= 0.1.1 && < 0.2 + , data-default >= 0.5 && < 0.6 + , directory >= 1.2 && < 1.3 + , email-validate >= 2.1 && < 2.2 + , esqueleto >= 2.4 && < 2.5 + , exceptions >= 0.8 && < 0.9 + , fast-logger >= 2.4 && < 2.5 + , foreign-store >= 0.2 && < 0.3 + , ghc-prim >= 0.4 && < 0.5 + , hjsmin >= 0.1 && < 0.2 + , html-conduit >= 1.2 && < 1.3 + , http-conduit >= 2.1.8 && < 2.2 + , monad-control >= 1.0 && < 1.1 + , monad-logger >= 0.3.13 && < 0.4 + , mtl >= 2.2 && < 2.3 + , mwc-random >= 0.13 && < 0.14 + , persistent >= 2.2 && < 2.3 + , persistent-template >= 2.1 && < 2.2 + , resourcet >= 1.1.6 && < 1.2 + , shakespeare >= 2.0 && < 2.1 + , system-fileio >= 0.3 && < 0.4 + , system-filepath >= 0.4 && < 0.5 + , tar >= 0.4 && < 0.5 + , template-haskell >= 2.10 && < 2.11 + , temporary-rc >= 1.2 && < 1.3 + , text >= 1.2 && < 1.3 + , wai >= 3.0 && < 3.1 + , wai-extra >= 3.0 && < 3.1 + , wai-logger >= 2.2 && < 2.3 + , warp >= 3.1 && < 3.2 + , xml-conduit >= 1.3 && < 1.4 + , yaml >= 0.8 && < 0.9 + , yesod >= 1.4 && < 1.5 + , yesod-auth >= 1.4 && < 1.5 + , yesod-core >= 1.4 && < 1.5 + , yesod-form >= 1.4 && < 1.5 + , yesod-static >= 1.5 && < 1.6 + , zlib >= 0.5 && < 0.6 + , unordered-containers >= 0.2 && < 0.3 + , hashable >= 1.2 && < 1.3 + , Cabal >= 1.22 && < 1.23 + , lifted-base >= 0.2 && < 0.3 + , mono-traversable >= 0.9 && < 0.10 + , time >= 1.5 && < 1.6 + , process >= 1.2 && < 1.3 + , old-locale >= 1.0 && < 1.1 + , th-lift >= 0.7 && < 0.8 + , mime-types >= 0.1 && < 0.2 + , unix >= 2.7 && < 2.8 + , markdown >= 0.1.13 && < 0.2 + , formatting >= 6.2 && < 6.3 + , blaze-html >= 0.8 && < 0.9 + , haddock-library >= 1.2.0 && < 1.3 + , async >= 2.0 && < 2.1 + , yesod-gitrepo >= 0.2 && < 0.3 + , hoogle >= 4.2 && < 4.3 + , spoon >= 0.3 && < 0.4 + , deepseq >= 1.4 && < 1.5 + , deepseq-generics >= 0.1 && < 0.2 + , auto-update >= 0.1 && < 0.2 + , stackage-types >= 1.1 && < 1.2 + , stackage-build-plan >= 0.1.1 && < 0.2 + , yesod-sitemap >= 1.4 && < 1.5 + , streaming-commons >= 0.1 && < 0.2 + , classy-prelude-conduit >= 0.12 && < 0.13 + , path-pieces >= 0.2 && < 0.3 + , persistent-sqlite >= 2.2 && < 2.3 + , stackage-metadata >= 0.3 && < 0.4 + , filepath >= 1.4 && < 1.5 + , http-client >= 0.4 && < 0.5 + , http-types >= 0.8 && < 0.9 + , amazonka >= 0.3 && < 0.4 + , amazonka-core >= 0.3 && < 0.4 + , amazonka-s3 >= 0.3 && < 0.4 + , lens >= 4.12 && < 4.13 executable stackage-server if flag(library-only)