[Git][haskell-team/DHG_packages][master] clash-lib: Upgrading from 1.6.5 to 1.6.6
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Oct 23 19:28:52 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2fc1f723 by Clint Adams at 2023-10-23T14:28:29-04:00
clash-lib: Upgrading from 1.6.5 to 1.6.6
- - - - -
4 changed files:
- p/haskell-clash-lib/debian/changelog
- p/haskell-clash-lib/debian/control
- + p/haskell-clash-lib/debian/patches/no-attoparsec-aeson
- p/haskell-clash-lib/debian/patches/series
Changes:
=====================================
p/haskell-clash-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-lib (1.6.6-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Mon, 23 Oct 2023 14:25:29 -0400
+
haskell-clash-lib (1.6.5-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-clash-lib/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10),
ghc,
ghc-prof,
libghc-aeson-dev (>= 0.6.2.0),
- libghc-aeson-dev (<< 2.2),
+ libghc-aeson-dev (<< 2.3),
libghc-aeson-prof,
libghc-aeson-pretty-dev (>= 0.8),
libghc-aeson-pretty-dev (<< 0.9),
@@ -26,8 +26,8 @@ Build-Depends: debhelper (>= 10),
libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-dev (<< 1.1),
libghc-base16-bytestring-prof,
- libghc-clash-prelude-dev (>= 1.6.5),
- libghc-clash-prelude-dev (<< 1.6.6),
+ libghc-clash-prelude-dev (>= 1.6.6),
+ libghc-clash-prelude-dev (<< 1.6.7),
libghc-clash-prelude-prof,
libghc-concurrent-supply-dev (>= 0.1.7),
libghc-concurrent-supply-dev (<< 0.2),
=====================================
p/haskell-clash-lib/debian/patches/no-attoparsec-aeson
=====================================
@@ -0,0 +1,26 @@
+--- a/clash-lib.cabal
++++ b/clash-lib.cabal
+@@ -127,7 +127,6 @@ Library
+ TemplateHaskell
+
+ Build-depends: aeson >= 0.6.2.0 && < 2.3,
+- attoparsec-aeson >= 2.1 && < 2.3,
+ aeson-pretty >= 0.8 && < 0.9,
+ ansi-terminal >= 0.8.0.0 && < 0.12,
+ array,
+@@ -308,7 +307,6 @@ executable v16-upgrade-primitives
+ Build-Depends:
+ base,
+ aeson,
+- attoparsec-aeson,
+ deepseq,
+ yaml,
+ bytestring,
+@@ -338,7 +336,6 @@ test-suite unittests
+ ghc-typelits-knownnat,
+
+ aeson,
+- attoparsec-aeson,
+ aeson-pretty,
+ base,
+ base16-bytestring,
=====================================
p/haskell-clash-lib/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-rts-n
+no-attoparsec-aeson
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2fc1f72374b3e13f6e7e535493d12b813f85cc77
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2fc1f72374b3e13f6e7e535493d12b813f85cc77
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/20231023/e74e20ef/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list