[Git][haskell-team/DHG_packages][master] 3 commits: clash-prelude: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Oct 23 20:10:02 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
0387a7e1 by Clint Adams at 2023-10-23T15:07:30-04:00
clash-prelude: patch for newer deps

- - - - -
17108ba7 by Clint Adams at 2023-10-23T15:08:18-04:00
clash-lib: patch for newer deps

- - - - -
7ba53e7d by Clint Adams at 2023-10-23T15:09:16-04:00
clash-ghc: patch for newer deps

- - - - -


8 changed files:

- p/haskell-clash-ghc/debian/changelog
- p/haskell-clash-ghc/debian/patches/newer-deps
- p/haskell-clash-lib/debian/changelog
- + p/haskell-clash-lib/debian/patches/newer-deps
- p/haskell-clash-lib/debian/patches/series
- p/haskell-clash-prelude/debian/changelog
- + p/haskell-clash-prelude/debian/patches/newer-deps
- p/haskell-clash-prelude/debian/patches/series


Changes:

=====================================
p/haskell-clash-ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-ghc (1.6.6-3) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 23 Oct 2023 15:08:55 -0400
+
 haskell-clash-ghc (1.6.6-2) unstable; urgency=medium
 
   * Patch for newer ghc-bignum.


=====================================
p/haskell-clash-ghc/debian/patches/newer-deps
=====================================
@@ -1,6 +1,31 @@
 --- a/clash-ghc.cabal
 +++ b/clash-ghc.cabal
-@@ -192,7 +192,7 @@ library
+@@ -168,13 +168,13 @@ library
+                       ghc-typelits-natnormalise >= 0.6      && < 0.8,
+                       deepseq                   >= 1.3.0.2  && < 1.5,
+                       time                      >= 1.4.0.1  && < 1.14,
+-                      ghc-boot                  >= 8.6.0    && < 9.1,
+-                      ghc-prim                  >= 0.3.1.0  && < 0.8,
+-                      ghci                      >= 8.6.0    && < 9.1,
++                      ghc-boot                  >= 8.6.0    && < 9.6,
++                      ghc-prim                  >= 0.3.1.0  && < 0.10,
++                      ghci                      >= 8.6.0    && < 9.6,
+                       uniplate                  >= 1.6.12   && < 1.8,
+                       reflection                >= 2.1.2    && < 3.0,
+                       primitive                 >= 0.5.0.1  && < 1.0,
+-                      template-haskell          >= 2.8.0.0  && < 2.18,
++                      template-haskell          >= 2.8.0.0  && < 2.20,
+                       utf8-string               >= 1.0.0.0  && < 1.1.0.0,
+                       vector                    >= 0.11     && < 1.0
+ 
+@@ -186,13 +186,13 @@ library
+     Build-Depends: ghc >= 8.6.0 && < 8.10.0 || >= 9.0.0 && < 9.1
+   else
+     -- Unix
+-    Build-Depends: ghc >= 8.6.0 && < 9.1
++    Build-Depends: ghc >= 8.6.0 && < 9.6
+ 
+   if impl(ghc >= 8.10.0)
      Build-Depends:    exceptions                >= 0.10.4   && < 0.11,
  
    if impl(ghc >= 9.0.0)


=====================================
p/haskell-clash-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-lib (1.6.6-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 23 Oct 2023 14:58:15 -0400
+
 haskell-clash-lib (1.6.6-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-clash-lib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+--- a/clash-lib.cabal
++++ b/clash-lib.cabal
+@@ -148,7 +148,7 @@ Library
+                       exceptions              >= 0.8.3    && < 0.11.0,
+                       extra                   >= 1.6.17   && < 1.8,
+                       filepath                >= 1.3.0.1  && < 1.5,
+-                      ghc                     >= 8.6.0    && < 9.1,
++                      ghc                     >= 8.6.0    && < 9.6,
+                       ghc-boot-th,
+                       hashable                >= 1.2.1.0  && < 1.5,
+                       haskell-src-meta        >= 0.8      && < 0.9,
+@@ -160,7 +160,7 @@ Library
+                       prettyprinter           >= 1.2.0.1  && < 1.8,
+                       pretty-show             >= 1.9      && < 2.0,
+                       primitive               >= 0.5.0.1  && < 1.0,
+-                      template-haskell        >= 2.8.0.0  && < 2.18,
++                      template-haskell        >= 2.8.0.0  && < 2.20,
+                       temporary               >= 1.2.1    && < 1.4,
+                       terminal-size           >= 0.3      && < 0.4,
+                       text                    >= 1.2.2    && < 2.1,
+@@ -173,7 +173,7 @@ Library
+                       yaml                    >= 0.11     && < 0.12,
+ 
+   if impl(ghc >= 9.0.0)
+-    build-depends:     ghc-bignum >=1.0 && <1.3
++    build-depends:     ghc-bignum >=1.0 && <1.4
+   else
+     build-depends:     integer-gmp >=1.0 && <1.1
+ 


=====================================
p/haskell-clash-lib/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 no-rts-n
 no-attoparsec-aeson
+newer-deps


=====================================
p/haskell-clash-prelude/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-prelude (1.6.6-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 23 Oct 2023 14:43:49 -0400
+
 haskell-clash-prelude (1.6.6-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-clash-prelude/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+--- a/clash-prelude.cabal
++++ b/clash-prelude.cabal
+@@ -333,7 +333,7 @@ Library
+                       data-default-class        >= 0.1.2   && < 0.2,
+                       deepseq                   >= 1.4.1.0 && < 1.5,
+                       extra                     >= 1.6.17  && < 1.8,
+-                      ghc-prim                  >= 0.5.1.0 && < 0.8,
++                      ghc-prim                  >= 0.5.1.0 && < 0.10,
+                       ghc-typelits-extra        >= 0.4     && < 0.5,
+                       ghc-typelits-knownnat     >= 0.7.2   && < 0.8,
+                       ghc-typelits-natnormalise >= 0.7.2   && < 0.8,
+@@ -345,7 +345,7 @@ Library
+                       QuickCheck                >= 2.7     && < 2.15,
+                       reflection                >= 2       && < 2.2,
+                       singletons                >= 2.0     && < 3.1,
+-                      template-haskell          >= 2.12.0.0 && < 2.18,
++                      template-haskell          >= 2.12.0.0 && < 2.20,
+                       th-abstraction            >= 0.2.10 && < 0.5.0,
+                       th-lift                   >= 0.7.0    && < 0.9,
+                       th-orphans                >= 0.13.1   && < 1.0,
+@@ -357,7 +357,7 @@ Library
+                       vector                    >= 0.11    && < 1.0
+ 
+   if impl(ghc >= 9.0.0)
+-    Build-Depends:    ghc-bignum                >= 1.0      && < 1.3
++    Build-Depends:    ghc-bignum                >= 1.0      && < 1.4
+   else
+     Build-Depends:    integer-gmp               >= 1.0.1.0  && < 2.0
+   if flag(large-tuples)


=====================================
p/haskell-clash-prelude/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 disable-doctests
 no-rts-n
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a1e62778c166fc6b4a7162822dc5fd4602023ce6...7ba53e7d83a59412ca8002f9a6cd7eb37b40a62a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a1e62778c166fc6b4a7162822dc5fd4602023ce6...7ba53e7d83a59412ca8002f9a6cd7eb37b40a62a
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/33b39ec1/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list