[Git][haskell-team/DHG_packages][master] store: Upgrading from 0.7.6 to 0.7.15
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Jul 25 08:20:15 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
eac602ac by Ilias Tsitsimpis at 2022-07-25T10:15:55+03:00
store: Upgrading from 0.7.6 to 0.7.15
- - - - -
5 changed files:
- p/haskell-store/debian/changelog
- p/haskell-store/debian/control
- p/haskell-store/debian/patches/no--N.diff
- + p/haskell-store/debian/patches/no-nats
- p/haskell-store/debian/patches/series
Changes:
=====================================
p/haskell-store/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-store (0.7.6-2) UNRELEASED; urgency=medium
+haskell-store (0.7.15-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:09 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 25 Jul 2022 10:12:51 +0300
haskell-store (0.7.6-1) unstable; urgency=medium
=====================================
p/haskell-store/debian/control
=====================================
@@ -68,6 +68,7 @@ Build-Depends: debhelper (>= 10),
libghc-void-prof,
libghc-clock-dev (>= 0.3),
libghc-clock-prof,
+ hspec-discover,
Build-Depends-Indep: ghc-doc,
libghc-async-doc,
libghc-base-orphans-doc,
@@ -98,7 +99,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
libghc-void-doc,
Standards-Version: 4.6.1
-Homepage: https://github.com/fpco/store
+Homepage: https://github.com/mgsloan/store
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-store
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-store]
X-Description: Fast binary serialization
=====================================
p/haskell-store/debian/patches/no--N.diff
=====================================
@@ -1,15 +1,17 @@
+Index: b/store.cabal
+===================================================================
--- a/store.cabal
+++ b/store.cabal
-@@ -117,7 +117,7 @@
+@@ -125,7 +125,7 @@ test-suite store-test
System.IO.ByteBufferSpec
hs-source-dirs:
test
- ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts
+ build-tool-depends:
+ hspec-discover:hspec-discover
build-depends:
- array >=0.5.0.0
- , async >=2.0.2
-@@ -181,7 +181,7 @@
+@@ -192,7 +192,7 @@ benchmark store-bench
Paths_store
hs-source-dirs:
bench
@@ -18,7 +20,7 @@
build-depends:
array >=0.5.0.0
, async >=2.0.2
-@@ -252,7 +252,7 @@
+@@ -264,7 +264,7 @@ benchmark store-weigh
main-is: Allocations.hs
hs-source-dirs:
test
=====================================
p/haskell-store/debian/patches/no-nats
=====================================
@@ -0,0 +1,36 @@
+Index: b/store.cabal
+===================================================================
+--- a/store.cabal
++++ b/store.cabal
+@@ -82,7 +82,6 @@ library
+ , lifted-base >=0.2.3.3
+ , monad-control >=0.3.3.0
+ , mono-traversable >=0.7.0
+- , nats >=1
+ , network >=2.6.0.2
+ , primitive >=0.6
+ , resourcet >=1.1.3.3
+@@ -151,7 +150,6 @@ test-suite store-test
+ , lifted-base >=0.2.3.3
+ , monad-control >=0.3.3.0
+ , mono-traversable >=0.7.0
+- , nats >=1
+ , network >=2.6.0.2
+ , primitive >=0.6
+ , resourcet >=1.1.3.3
+@@ -216,7 +214,6 @@ benchmark store-bench
+ , lifted-base >=0.2.3.3
+ , monad-control >=0.3.3.0
+ , mono-traversable >=0.7.0
+- , nats >=1
+ , network >=2.6.0.2
+ , primitive >=0.6
+ , resourcet >=1.1.3.3
+@@ -290,7 +287,6 @@ benchmark store-weigh
+ , lifted-base >=0.2.3.3
+ , monad-control >=0.3.3.0
+ , mono-traversable >=0.7.0
+- , nats >=1
+ , network >=2.6.0.2
+ , primitive >=0.6
+ , resourcet >=1.1.3.3
=====================================
p/haskell-store/debian/patches/series
=====================================
@@ -1 +1,2 @@
no--N.diff
+no-nats
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/eac602acd71e1d1b1765e0ae856881b479dd64ff
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/eac602acd71e1d1b1765e0ae856881b479dd64ff
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/20220725/3537f958/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list