[Git][haskell-team/DHG_packages][master] 2 commits: tasty-hunit: Upgrading from 0.10.0.2 to 0.10.0.3
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jun 14 21:09:23 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
24bc35a0 by Clint Adams at 2022-06-14T16:03:34-04:00
tasty-hunit: Upgrading from 0.10.0.2 to 0.10.0.3
- - - - -
6a9ac611 by Clint Adams at 2022-06-14T16:05:27-04:00
tasty-hspec: Upgrading from 1.1.5.1 to 1.2.0.1
- - - - -
5 changed files:
- p/haskell-tasty-hspec/debian/changelog
- p/haskell-tasty-hspec/debian/control
- − p/haskell-tasty-hspec/debian/patches/newer-deps
- − p/haskell-tasty-hspec/debian/patches/series
- p/haskell-tasty-hunit/debian/changelog
Changes:
=====================================
p/haskell-tasty-hspec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tasty-hspec (1.2.0.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 16:04:16 -0400
+
haskell-tasty-hspec (1.1.5.1-3) unstable; urgency=medium
* Sourceful upload for GHC 8.8
=====================================
p/haskell-tasty-hspec/debian/control
=====================================
@@ -10,16 +10,15 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8.0),
ghc-prof,
libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
- libghc-hspec-dev (>= 2),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (>= 2.5),
+ libghc-hspec-dev (<< 2.11),
libghc-hspec-prof,
- libghc-hspec-core-dev (>= 2),
- libghc-hspec-core-dev (<< 2.8),
+ libghc-hspec-core-dev (>= 2.5),
+ libghc-hspec-core-dev (<< 2.11),
libghc-hspec-core-prof,
- libghc-tasty-dev (>= 0.8),
- libghc-tasty-dev (<< 1.3),
+ libghc-tasty-dev,
libghc-tasty-prof,
libghc-tasty-quickcheck-dev,
libghc-tasty-quickcheck-prof,
@@ -33,7 +32,7 @@ Build-Depends-Indep: ghc-doc,
libghc-tasty-doc,
libghc-tasty-quickcheck-doc,
libghc-tasty-smallcheck-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Homepage: https://github.com/mitchellwrosen/tasty-hspec
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tasty-hspec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tasty-hspec]
=====================================
p/haskell-tasty-hspec/debian/patches/newer-deps deleted
=====================================
@@ -1,78 +0,0 @@
---- a/tasty-hspec.cabal
-+++ b/tasty-hspec.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 2.0
- name: tasty-hspec
- version: 1.1.5.1
-+x-revision: 6
- synopsis: Hspec support for the Tasty test framework.
- description: This package provides a Tasty provider for Hspec test
- suites.
-@@ -15,7 +16,9 @@
- tested-with: GHC == 8.0.2,
- GHC == 8.2.2,
- GHC == 8.4.4,
-- GHC == 8.6.2
-+ GHC == 8.6.5,
-+ GHC == 8.8.3,
-+ GHC == 8.10.1
-
- extra-source-files:
- .gitignore
-@@ -32,11 +35,34 @@
- library
- exposed-modules: Test.Tasty.Hspec
- hs-source-dirs: src
-- build-depends: base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12
-- , hspec >= 2 && < 2.7
-- , hspec-core >= 2 && < 2.7
-- , QuickCheck >= 2.7 && < 2.13
-- , tasty >= 0.8 && < 1.2
-+ build-depends: base
-+ ^>= 4.9
-+ || ^>= 4.10
-+ || ^>= 4.11
-+ || ^>= 4.12
-+ || ^>= 4.13
-+ || ^>= 4.14
-+ , hspec >= 2 && < 2.8
-+ , hspec-core >= 2 && < 2.8
-+ , QuickCheck
-+ ^>= 2.7
-+ || ^>= 2.8
-+ || ^>= 2.9
-+ || ^>= 2.10
-+ || ^>= 2.11
-+ || ^>= 2.12
-+ || ^>= 2.13
-+ || ^>= 2.14
-+ , tasty
-+ ^>= 0.8
-+ || ^>= 0.9
-+ || ^>= 0.10
-+ || ^>= 0.11
-+ || ^>= 0.12
-+ || ^>= 1.0
-+ || ^>= 1.1
-+ || ^>= 1.2
-+ || ^>= 1.3
- , tasty-smallcheck >= 0.1 && < 0.9
- -- 0.9 is missing 'optionSetToArgs'
- , tasty-quickcheck >=0.3 && <0.9 || ^>=0.9.1 || ^>= 0.10
-@@ -48,16 +74,3 @@
- ghc-options: -Wall
- if impl(ghc >= 8.0)
- ghc-options: -Wcompat
--
---- This is a fake test-suite that I comment in to see the output
--
---- test-suite tests
---- hs-source-dirs: test
---- main-is: Main.hs
---- type: exitcode-stdio-1.0
---- build-depends: base
---- , hspec
---- , tasty
---- , tasty-hspec
---- default-language: Haskell2010
---- ghc-options: -Wall
=====================================
p/haskell-tasty-hspec/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-tasty-hunit/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tasty-hunit (0.10.0.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 16:03:34 -0400
+
haskell-tasty-hunit (0.10.0.2-1) unstable; urgency=medium
* New upstream release
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1c1572d542f7cf409ce163c4bfdf62a19a0bcc55...6a9ac6110471d37958f57278be69ed04dc66e2c2
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1c1572d542f7cf409ce163c4bfdf62a19a0bcc55...6a9ac6110471d37958f57278be69ed04dc66e2c2
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/20220614/25966334/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list