[Git][haskell-team/DHG_packages][master] scotty: Upgrading from 0.12 to 0.12.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Oct 23 16:33:49 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3dc2662f by Ilias Tsitsimpis at 2023-10-23T18:24:53+03:00
scotty: Upgrading from 0.12 to 0.12.1
- - - - -
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,8 +1,9 @@
-haskell-scotty (0.12-3) UNRELEASED; urgency=medium
+haskell-scotty (0.12.1+dfsg-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:34 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 23 Oct 2023 18:21:30 +0300
haskell-scotty (0.12-2) unstable; urgency=medium
=====================================
p/haskell-scotty/debian/control
=====================================
@@ -4,9 +4,9 @@ Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ haskell-devscripts (>= 0.8),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
libghc-aeson-dev (>= 0.6.2.1),
libghc-aeson-dev (<< 2.2),
@@ -23,9 +23,6 @@ Build-Depends: debhelper (>= 10),
libghc-data-default-class-dev (>= 0.0.1),
libghc-data-default-class-dev (<< 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,
@@ -76,7 +73,6 @@ Build-Depends-Indep: ghc-doc,
libghc-blaze-builder-doc,
libghc-case-insensitive-doc,
libghc-data-default-class-doc,
- libghc-exceptions-doc,
libghc-http-types-doc,
libghc-monad-control-doc,
libghc-network-doc,
=====================================
p/haskell-scotty/debian/patches/newer-deps deleted
=====================================
@@ -1,38 +0,0 @@
-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 deleted
=====================================
@@ -1,16 +0,0 @@
-Index: b/scotty.cabal
-===================================================================
---- a/scotty.cabal
-+++ b/scotty.cabal
-@@ -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,
-- fail,
- http-types >= 0.9.1 && < 0.13,
- monad-control >= 1.0.0.3 && < 1.1,
- mtl >= 2.1.2 && < 2.3,
-- nats >= 0.1 && < 2,
- network >= 2.6.0.2 && < 3.2,
- regex-compat >= 0.95.1 && < 0.96,
- text >= 0.11.3.1 && < 1.3,
=====================================
p/haskell-scotty/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-newer-deps
-no-fail-no-nats
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3dc2662f0438b8fb4b2c0343828350bbc5747c21
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3dc2662f0438b8fb4b2c0343828350bbc5747c21
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/20231023/5bcbe165/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list