[Git][haskell-team/DHG_packages][master] text-conversions: Upgrading from 0.3.0 to 0.3.1.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Jul 21 12:23:26 BST 2022



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


Commits:
a066d2ee by Ilias Tsitsimpis at 2022-07-21T14:20:49+03:00
text-conversions: Upgrading from 0.3.0 to 0.3.1.1

- - - - -


5 changed files:

- p/haskell-text-conversions/debian/changelog
- p/haskell-text-conversions/debian/control
- − p/haskell-text-conversions/debian/patches/dont-check-hspec-discover.patch
- p/haskell-text-conversions/debian/patches/drop-rtsopts--N.patch
- p/haskell-text-conversions/debian/patches/series


Changes:

=====================================
p/haskell-text-conversions/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-text-conversions (0.3.0-4) UNRELEASED; urgency=medium
+haskell-text-conversions (0.3.1.1-1) unstable; urgency=medium
 
+  * New upstream release (Closes: #1014023)
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 21 Jul 2022 14:16:10 +0300
 
 haskell-text-conversions (0.3.0-3) unstable; urgency=medium
 


=====================================
p/haskell-text-conversions/debian/control
=====================================
@@ -8,18 +8,15 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-dev (<< 2),
  libghc-base16-bytestring-prof,
- libghc-base64-bytestring-dev,
+ libghc-base64-bytestring-dev (<< 2),
  libghc-base64-bytestring-prof,
- libghc-errors-dev,
- libghc-errors-prof,
  libghc-hspec-dev <!nocheck>,
  hspec-discover <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-base16-bytestring-doc,
  libghc-base64-bytestring-doc,
- libghc-errors-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/cjdev/text-conversions
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-conversions


=====================================
p/haskell-text-conversions/debian/patches/dont-check-hspec-discover.patch deleted
=====================================
@@ -1,14 +0,0 @@
-The test suite is able to use the installed hspec-discover, even when
-it thinks it is not available.  So comment out the check.
-
---- a/text-conversions.cabal
-+++ b/text-conversions.cabal
-@@ -55,7 +55,7 @@ test-suite text-conversions-test-suite
-     , text-conversions
-     , bytestring
-     , hspec
--    , hspec-discover
-+    -- , hspec-discover
-     , text
-   other-modules:
-       Data.Text.ConversionsSpec


=====================================
p/haskell-text-conversions/debian/patches/drop-rtsopts--N.patch
=====================================
@@ -1,11 +1,13 @@
+Index: b/text-conversions.cabal
+===================================================================
 --- a/text-conversions.cabal
 +++ b/text-conversions.cabal
-@@ -49,7 +49,7 @@ test-suite text-conversions-test-suite
-   hs-source-dirs:
-       test
-   default-extensions: FlexibleInstances MultiParamTypeClasses OverloadedStrings
--  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
-+  ghc-options: -Wall -rtsopts -threaded
+@@ -52,7 +52,7 @@ test-suite text-conversions-test-suite
+   other-modules:
+     Data.Text.ConversionsSpec
+ 
+-  ghc-options: -rtsopts -threaded -with-rtsopts=-N
++  ghc-options: -rtsopts -threaded
+ 
    build-depends:
-       base
-     , text-conversions
+     , base


=====================================
p/haskell-text-conversions/debian/patches/series
=====================================
@@ -1,2 +1 @@
-dont-check-hspec-discover.patch
 drop-rtsopts--N.patch



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a066d2eed1d9b6d6c8a575f06ccbc9e7bd6130f5
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/20220721/9d5dec50/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list