[Git][haskell-team/DHG_packages][master] bz2: Upgrading from 1.0.0.1 to 1.0.1.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jun 14 20:38:37 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5dc0b06a by Clint Adams at 2022-06-14T15:36:48-04:00
bz2: Upgrading from 1.0.0.1 to 1.0.1.0
- - - - -
4 changed files:
- p/haskell-bz2/debian/changelog
- p/haskell-bz2/debian/control
- p/haskell-bz2/debian/patches/no--N
- p/haskell-bz2/debian/patches/system-bz2
Changes:
=====================================
p/haskell-bz2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bz2 (1.0.1.0-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 15:34:36 -0400
+
haskell-bz2 (1.0.0.1-2) unstable; urgency=medium
* Don't compile the testsuite multithreaded.
=====================================
p/haskell-bz2/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
c2hs (>= 0.26.1),
libbz2-dev,
Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
X-Description: bindings to libbz2
High-level bindings to libbz2 using c2hs and ByteString
=====================================
p/haskell-bz2/debian/patches/no--N
=====================================
@@ -1,6 +1,6 @@
--- a/bz2.cabal
+++ b/bz2.cabal
-@@ -73,7 +73,7 @@
+@@ -80,7 +80,7 @@ test-suite bz2-test
main-is: Spec.hs
hs-source-dirs: test
default-language: Haskell2010
@@ -9,12 +9,3 @@
build-depends:
base -any,
bz2 -any,
-@@ -101,7 +101,7 @@
- main-is: Bench.hs
- hs-source-dirs: bench
- default-language: Haskell2010
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3 -Wall
-+ ghc-options: -threaded -O3 -Wall
- build-depends:
- base -any,
- bz2 -any,
=====================================
p/haskell-bz2/debian/patches/system-bz2
=====================================
@@ -1,6 +1,6 @@
--- a/bz2.cabal
+++ b/bz2.cabal
-@@ -39,14 +39,7 @@
+@@ -43,14 +43,7 @@ flag with-bzlib
library
exposed-modules: Codec.Compression.BZip
cc-options: -O3
@@ -16,7 +16,7 @@
hs-source-dirs: src
other-modules:
-@@ -59,8 +52,6 @@
+@@ -63,8 +56,6 @@ library
default-language: Haskell2010
other-extensions: DeriveDataTypeable TupleSections
@@ -24,7 +24,7 @@
- install-includes: cbits/bzlib.h
ghc-options: -Wall
build-depends:
- base >=4.4 && <5,
+ base >=4.7 && <5,
--- a/cbits/blocksort.c
+++ b/cbits/blocksort.c
@@ -1,1094 +0,0 @@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5dc0b06a75a113bd5dfdb5a286db8b9e6c1bcdc8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5dc0b06a75a113bd5dfdb5a286db8b9e6c1bcdc8
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/2c5b1149/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list