Hello community, here is the log from the commit of package ghc-servant-server for openSUSE:Factory checked in at 2017-08-31 20:59:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-servant-server (Old) and /work/SRC/openSUSE:Factory/.ghc-servant-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-servant-server" Thu Aug 31 20:59:26 2017 rev:2 rq:513490 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-servant-server/ghc-servant-server.changes 2017-05-10 20:50:45.640788695 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-servant-server.new/ghc-servant-server.changes 2017-08-31 20:59:26.366328796 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:07:02 UTC 2017 - psimons@suse.com + +- Update to version 0.11 revision 1. + +------------------------------------------------------------------- Old: ---- servant-server-0.9.1.1.tar.gz New: ---- servant-server-0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-servant-server.spec ++++++ --- /var/tmp/diff_new_pack.OElymM/_old 2017-08-31 20:59:27.486171455 +0200 +++ /var/tmp/diff_new_pack.OElymM/_new 2017-08-31 20:59:27.506168645 +0200 @@ -19,7 +19,7 @@ %global pkg_name servant-server %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.1.1 +Version: 0.11 Release: 0 Summary: A family of combinators for defining webservices APIs and serving them License: BSD-3-Clause @@ -34,20 +34,26 @@ BuildRequires: ghc-base-compat-devel BuildRequires: ghc-base64-bytestring-devel BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-exceptions-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-http-api-data-devel BuildRequires: ghc-http-types-devel +BuildRequires: ghc-monad-control-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-network-uri-devel +BuildRequires: ghc-resourcet-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-safe-devel BuildRequires: ghc-servant-devel BuildRequires: ghc-split-devel BuildRequires: ghc-string-conversions-devel BuildRequires: ghc-system-filepath-devel +BuildRequires: ghc-tagged-devel BuildRequires: ghc-text-devel +BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-wai-app-static-devel @@ -59,7 +65,6 @@ BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-doctest-devel -BuildRequires: ghc-exceptions-devel BuildRequires: ghc-filemanip-devel BuildRequires: ghc-hspec-devel BuildRequires: ghc-hspec-wai-devel ++++++ servant-server-0.9.1.1.tar.gz -> servant-server-0.11.tar.gz ++++++ ++++ 1750 lines of diff (skipped) ++++++ servant-server.cabal ++++++ --- /var/tmp/diff_new_pack.OElymM/_old 2017-08-31 20:59:28.102084917 +0200 +++ /var/tmp/diff_new_pack.OElymM/_new 2017-08-31 20:59:28.138079860 +0200 @@ -1,5 +1,5 @@ name: servant-server -version: 0.9.1.1 +version: 0.11 x-revision: 1 synopsis: A family of combinators for defining webservices APIs and serving them description: @@ -19,8 +19,8 @@ author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors -category: Web -build-type: Simple +category: Servant Web +build-type: Custom cabal-version: >=1.10 tested-with: GHC >= 7.8 extra-source-files: @@ -32,6 +32,11 @@ type: git location: http://github.com/haskell-servant/servant.git +custom-setup + setup-depends: + base >= 4 && <5, + Cabal, + cabal-doctest >= 1.0.1 && <1.1 library exposed-modules: @@ -41,31 +46,37 @@ Servant.Server.Internal Servant.Server.Internal.BasicAuth Servant.Server.Internal.Context + Servant.Server.Internal.Handler Servant.Server.Internal.Router Servant.Server.Internal.RoutingApplication Servant.Server.Internal.ServantErr Servant.Utils.StaticFiles build-depends: - base >= 4.7 && < 4.10 + base >= 4.7 && < 4.11 , base-compat >= 0.9 && < 0.10 - , aeson >= 0.7 && < 1.2 + , aeson >= 0.7 && < 1.3 , attoparsec >= 0.12 && < 0.14 , base64-bytestring >= 1.0 && < 1.1 , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.6 + , exceptions >= 0.8 && < 0.9 , http-api-data >= 0.3 && < 0.4 , http-types >= 0.8 && < 0.10 , network-uri >= 2.6 && < 2.7 + , monad-control >= 1.0.0.4 && < 1.1 , mtl >= 2 && < 2.3 , network >= 2.6 && < 2.7 , safe >= 0.3 && < 0.4 - , servant == 0.9.* + , servant == 0.11.* , split >= 0.2 && < 0.3 , string-conversions >= 0.3 && < 0.5 , system-filepath >= 0.4 && < 0.5 , filepath >= 1 && < 1.5 + , resourcet >= 1.1.6 && <1.2 + , tagged >= 0.7.3 && <0.9 , text >= 1.2 && < 1.3 , transformers >= 0.3 && < 0.6 + , transformers-base >= 0.4.4 && < 0.5 , transformers-compat>= 0.4 && < 0.6 , wai >= 3.0 && < 3.3 , wai-app-static >= 3.1 && < 3.2 @@ -103,6 +114,7 @@ Servant.ArbitraryMonadServerSpec Servant.Server.ErrorSpec Servant.Server.Internal.ContextSpec + Servant.Server.Internal.RoutingApplicationSpec Servant.Server.RouterSpec Servant.Server.StreamingSpec Servant.Server.UsingContextSpec @@ -118,21 +130,22 @@ , directory , exceptions , hspec == 2.* - , hspec-wai + , hspec-wai >= 0.8 && <0.9 , http-types + , mtl , network >= 2.6 - , QuickCheck , parsec + , QuickCheck + , resourcet , safe , servant , servant-server - , string-conversions , should-not-typecheck == 2.1.* + , string-conversions , temporary , text , transformers , transformers-compat - , mtl , wai , wai-extra , warp @@ -145,8 +158,10 @@ , directory , filepath type: exitcode-stdio-1.0 - main-is: test/Doctests.hs + main-is: test/doctests.hs buildable: True default-language: Haskell2010 ghc-options: -Wall -threaded + if impl(ghc >= 8.2) + x-doctest-options: -fdiagnostics-color=never include-dirs: include