[Git][haskell-team/DHG_packages][master] retry: Upgrading from 0.9.2.1 to 0.9.3.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Oct 23 18:11:11 BST 2022



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


Commits:
7f25b648 by Ilias Tsitsimpis at 2022-10-23T20:09:47+03:00
retry: Upgrading from 0.9.2.1 to 0.9.3.0

- - - - -


3 changed files:

- p/haskell-retry/debian/changelog
- p/haskell-retry/debian/control
- p/haskell-retry/debian/patches/no-mtl-compat


Changes:

=====================================
p/haskell-retry/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-retry (0.9.3.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 23 Oct 2022 20:01:04 +0300
+
 haskell-retry (0.9.2.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-retry/debian/control
=====================================
@@ -16,6 +16,8 @@ Build-Depends:
  libghc-exceptions-prof,
  libghc-random-dev (>= 1),
  libghc-random-prof,
+ libghc-unliftio-core-dev (>= 0.1.0.0),
+ libghc-unliftio-core-prof,
  libghc-hunit-dev (>= 1.2.5.2),
  libghc-hunit-prof,
  libghc-exceptions-dev,
@@ -25,10 +27,9 @@ Build-Depends:
  libghc-tasty-dev,
  libghc-tasty-hunit-dev,
  libghc-tasty-hedgehog-dev,
-Build-Depends-Indep:
- ghc-doc,
- libghc-exceptions-doc,
+Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
+ libghc-unliftio-core-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/Soostone/retry
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-retry


=====================================
p/haskell-retry/debian/patches/no-mtl-compat
=====================================
@@ -1,18 +1,20 @@
+Index: b/retry.cabal
+===================================================================
 --- a/retry.cabal
 +++ b/retry.cabal
-@@ -42,7 +42,6 @@ library
+@@ -43,7 +43,6 @@ library
      , random               >= 1
      , transformers
      , mtl
 -    , mtl-compat
+     , unliftio-core        >= 0.1.0.0
    hs-source-dirs:      src
    default-language:    Haskell2010
- 
-@@ -73,7 +72,6 @@ test-suite test
+@@ -77,7 +76,6 @@ test-suite test
        , stm
        , ghc-prim
        , mtl
 -      , mtl-compat
+       , unliftio-core
      default-language: Haskell2010
  
-     if flag(lib-Werror)



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7f25b648abd7e45672e4a7fff77bde75071fdf68
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/20221023/6be60c26/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list