[Git][haskell-team/DHG_packages][master] scotty: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Aug 3 16:27:00 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6120b604 by Ilias Tsitsimpis at 2022-08-03T18:24:28+03:00
scotty: Patch for newer dependencies

- - - - -


5 changed files:

- p/haskell-scotty/debian/changelog
- p/haskell-scotty/debian/control
- + p/haskell-scotty/debian/patches/newer-deps
- p/haskell-scotty/debian/patches/no-fail-no-nats
- p/haskell-scotty/debian/patches/series


Changes:

=====================================
p/haskell-scotty/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-scotty (0.12-2) unstable; urgency=medium
+
+  * Patch for newer dependencies
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 03 Aug 2022 18:21:27 +0300
+
 haskell-scotty (0.12-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-scotty/debian/control
=====================================
@@ -9,58 +9,47 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  libghc-aeson-dev (>= 0.6.2.1),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 2.2),
  libghc-aeson-prof,
  libghc-base-compat-batteries-dev (>= 0.10),
- libghc-base-compat-batteries-dev (<< 0.12),
+ libghc-base-compat-batteries-dev (<< 0.13),
  libghc-base-compat-batteries-prof,
  libghc-blaze-builder-dev (>= 0.3.3.0),
  libghc-blaze-builder-dev (<< 0.5),
- libghc-blaze-builder-prof (>= 0.3.3.0),
- libghc-blaze-builder-prof (<< 0.5),
+ libghc-blaze-builder-prof,
  libghc-case-insensitive-dev (>= 1.0.0.1),
  libghc-case-insensitive-dev (<< 1.3),
- libghc-case-insensitive-prof (>= 1.0.0.1),
- libghc-case-insensitive-prof (<< 1.3),
+ libghc-case-insensitive-prof,
  libghc-data-default-class-dev (>= 0.0.1),
  libghc-data-default-class-dev (<< 0.2),
- libghc-data-default-class-prof (>= 0.0.1),
- libghc-data-default-class-prof (<< 0.2),
+ libghc-data-default-class-prof,
  libghc-exceptions-dev (>= 0.7),
  libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-http-types-dev (>= 0.9.1),
  libghc-http-types-dev (<< 0.13),
- libghc-http-types-prof (>= 0.8.2),
- libghc-http-types-prof (<< 0.13),
+ libghc-http-types-prof,
  libghc-monad-control-dev (>= 1.0.0.3),
  libghc-monad-control-dev (<< 1.1),
- libghc-monad-control-prof (>= 1.0.0.3),
- libghc-monad-control-prof (<< 1.1),
+ libghc-monad-control-prof,
  libghc-network-dev (>= 2.6.0.2),
  libghc-network-dev (<< 3.2),
- libghc-network-prof (>= 2.6.0.2),
- libghc-network-prof (<< 3.2),
+ libghc-network-prof,
  libghc-regex-compat-dev (>= 0.95.1),
  libghc-regex-compat-dev (<< 0.96),
- libghc-regex-compat-prof (>= 0.95.1),
- libghc-regex-compat-prof (<< 0.96),
+ libghc-regex-compat-prof,
  libghc-transformers-base-dev (>= 0.4.1),
  libghc-transformers-base-dev (<< 0.5),
- libghc-transformers-base-prof (>= 0.4.1),
- libghc-transformers-base-prof (<< 0.5),
+ libghc-transformers-base-prof,
  libghc-transformers-compat-dev (>= 0.4),
- libghc-transformers-compat-dev (<< 0.7),
- libghc-transformers-compat-prof (>= 0.4),
- libghc-transformers-compat-prof (<< 0.7),
+ libghc-transformers-compat-dev (<< 0.8),
+ libghc-transformers-compat-prof,
  libghc-wai-dev (>= 3.0.0),
  libghc-wai-dev (<< 3.3),
- libghc-wai-prof (>= 3.0.0),
- libghc-wai-prof (<< 3.3),
+ libghc-wai-prof,
  libghc-wai-extra-dev (>= 3.0.0),
- libghc-wai-extra-dev (<< 3.1),
- libghc-wai-extra-prof (>= 3.0.0),
- libghc-wai-extra-prof (<< 3.1),
+ libghc-wai-extra-dev (<< 3.2),
+ libghc-wai-extra-prof,
  libghc-warp-dev (>= 3.0.13),
  libghc-warp-dev (<< 3.4),
  libghc-warp-prof,
@@ -70,10 +59,9 @@ Build-Depends: debhelper (>= 10),
  libghc-data-default-class-prof,
  libghc-hspec-dev (>= 2),
  libghc-hspec-dev (<< 3),
- libghc-hspec-prof (>= 2),
- libghc-hspec-prof (<< 3),
+ libghc-hspec-prof,
  libghc-hspec-wai-dev (>= 0.6.3),
- libghc-hspec-wai-prof (>= 0.6.3),
+ libghc-hspec-wai-prof,
  libghc-http-types-dev,
  libghc-http-types-prof,
  libghc-lifted-base-dev,


=====================================
p/haskell-scotty/debian/patches/newer-deps
=====================================
@@ -0,0 +1,38 @@
+Index: b/scotty.cabal
+===================================================================
+--- a/scotty.cabal
++++ b/scotty.cabal
+@@ -1,5 +1,6 @@
+ Name:                scotty
+ Version:             0.12
++x-revision: 7
+ Synopsis:            Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
+ Homepage:            https://github.com/scotty-web/scotty
+ Bug-reports:         https://github.com/scotty-web/scotty/issues
+@@ -71,11 +72,11 @@ Library
+                        Web.Scotty.Route
+                        Web.Scotty.Util
+   default-language:    Haskell2010
+-  build-depends:       aeson                 >= 0.6.2.1  && < 1.5,
++  build-depends:       aeson                 >= 0.6.2.1  && < 2.2,
+                        base                  >= 4.6      && < 5,
+-                       base-compat-batteries >= 0.10     && < 0.12,
++                       base-compat-batteries >= 0.10     && < 0.13,
+                        blaze-builder         >= 0.3.3.0  && < 0.5,
+-                       bytestring            >= 0.10.0.2 && < 0.11,
++                       bytestring            >= 0.10.0.2 && < 0.12,
+                        case-insensitive      >= 1.0.0.1  && < 1.3,
+                        data-default-class    >= 0.0.1    && < 0.2,
+                        exceptions            >= 0.7      && < 0.11,
+@@ -89,9 +90,9 @@ Library
+                        text                  >= 0.11.3.1 && < 1.3,
+                        transformers          >= 0.3.0.0  && < 0.6,
+                        transformers-base     >= 0.4.1    && < 0.5,
+-                       transformers-compat   >= 0.4      && < 0.7,
++                       transformers-compat   >= 0.4      && < 0.8,
+                        wai                   >= 3.0.0    && < 3.3,
+-                       wai-extra             >= 3.0.0    && < 3.1,
++                       wai-extra             >= 3.0.0    && < 3.2,
+                        warp                  >= 3.0.13   && < 3.4
+ 
+   GHC-options: -Wall -fno-warn-orphans


=====================================
p/haskell-scotty/debian/patches/no-fail-no-nats
=====================================
@@ -1,6 +1,8 @@
+Index: b/scotty.cabal
+===================================================================
 --- a/scotty.cabal
 +++ b/scotty.cabal
-@@ -79,11 +79,9 @@
+@@ -80,11 +80,9 @@ Library
                         case-insensitive      >= 1.0.0.1  && < 1.3,
                         data-default-class    >= 0.0.1    && < 0.2,
                         exceptions            >= 0.7      && < 0.11,


=====================================
p/haskell-scotty/debian/patches/series
=====================================
@@ -1 +1,2 @@
+newer-deps
 no-fail-no-nats



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6120b60452b140aee05a031459ef8d57971e08ef

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6120b60452b140aee05a031459ef8d57971e08ef
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220803/3eb9da73/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list