[Git][haskell-team/DHG_packages][master] vector: Upgrading from 0.12.3.1 to 0.13.0.0

Clint Adams (@clint) gitlab at salsa.debian.org
Sat Sep 9 20:27:13 BST 2023



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


Commits:
2f90a28a by Clint Adams at 2023-09-09T15:26:43-04:00
vector: Upgrading from 0.12.3.1 to 0.13.0.0

- - - - -


5 changed files:

- p/haskell-vector/debian/changelog
- p/haskell-vector/debian/control
- − p/haskell-vector/debian/patches/no_ann_without_ghci
- p/haskell-vector/debian/patches/series
- p/haskell-vector/debian/patches/sse2


Changes:

=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,10 +1,13 @@
-haskell-vector (0.12.3.1-2) UNRELEASED; urgency=medium
+haskell-vector (0.13.0.0-1) unstable; urgency=medium
 
-  * Declare compliance with Debian policy 4.6.1
+  [ Ilias Tsitsimpis ]
   * Remove retired developer, Joachim Breitner, from Uploaders.
   * Declare compliance with Debian policy 4.6.2
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:20 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 09 Sep 2023 15:22:48 -0400
 
 haskell-vector (0.12.3.1-1) unstable; urgency=medium
 


=====================================
p/haskell-vector/debian/control
=====================================
@@ -7,20 +7,17 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.13),
  cdbs,
- ghc (>= 8),
+ ghc (>= 9),
  ghc-prof,
  libghc-primitive-dev (>= 0.6.4.0),
  libghc-primitive-dev (<< 0.8),
  libghc-primitive-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.15),
- libghc-random-dev,
- libghc-test-framework-dev,
- libghc-test-framework-hunit-dev,
- libghc-test-framework-quickcheck2-dev,
+ libghc-vector-stream-dev (>= 0.1),
+ libghc-vector-stream-dev (<< 0.2),
+ libghc-vector-stream-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-primitive-doc,
+ libghc-vector-stream-doc,
 Standards-Version: 4.6.2
 Homepage: https://github.com/haskell/vector
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-vector


=====================================
p/haskell-vector/debian/patches/no_ann_without_ghci deleted
=====================================
@@ -1,32 +0,0 @@
-Description: Disable annotation without ghci
- Can be removed if ghc ignores annotation without an interpreter:
- http://hackage.haskell.org/trac/ghc/ticket/4268
-Author: Joachim Breitner <nomeata at debian.org>
-Bug-Debian: http://bugs.debian.org/640088
-Forwarded: no
-
---- a/Data/Vector/Fusion/Stream/Monadic.hs
-+++ b/Data/Vector/Fusion/Stream/Monadic.hs
-@@ -99,8 +99,10 @@ import Data.Word ( Word8, Word16, Word32
- #if __GLASGOW_HASKELL__ >= 708
- import GHC.Types ( SPEC(..) )
- #elif __GLASGOW_HASKELL__ >= 700
-+#ifndef DEBIAN_NO_GHCI
- import GHC.Exts ( SpecConstrAnnotation(..) )
- #endif
-+#endif
- 
- #include "vector.h"
- #include "MachDeps.h"
-@@ -112,9 +114,11 @@ import Data.Int  ( Int64 )
- #if __GLASGOW_HASKELL__ < 708
- data SPEC = SPEC | SPEC2
- #if __GLASGOW_HASKELL__ >= 700
-+#ifndef DEBIAN_NO_GHCI
- {-# ANN type SPEC ForceSpecConstr #-}
- #endif
- #endif
-+#endif
- 
- emptyStream :: String
- {-# NOINLINE emptyStream #-}


=====================================
p/haskell-vector/debian/patches/series
=====================================
@@ -1,2 +1 @@
-no_ann_without_ghci
 sse2


=====================================
p/haskell-vector/debian/patches/sse2
=====================================
@@ -6,7 +6,7 @@ Bug-Debian: https://bugs.debian.org/875396
 
 --- a/vector.cabal
 +++ b/vector.cabal
-@@ -162,6 +162,9 @@
+@@ -146,6 +146,9 @@ Library
  
    Ghc-Options: -O2 -Wall
  
@@ -16,7 +16,7 @@ Bug-Debian: https://bugs.debian.org/875396
    if !flag(Wall)
      Ghc-Options: -fno-warn-orphans
  
-@@ -220,6 +223,9 @@
+@@ -204,6 +207,9 @@ test-suite vector-tests-O0
    Ghc-Options: -O0 -threaded
    Ghc-Options: -Wall
  
@@ -25,8 +25,8 @@ Bug-Debian: https://bugs.debian.org/875396
 +
    if !flag(Wall)
      Ghc-Options: -fno-warn-orphans -fno-warn-missing-signatures
-     if impl(ghc >= 8.0) && impl( ghc < 8.1)
-@@ -263,6 +269,9 @@
+     if impl(ghc >= 8.0) && impl(ghc < 8.1)
+@@ -246,6 +252,9 @@ test-suite vector-tests-O2
  
    Ghc-Options: -Wall
    Ghc-Options:  -O2 -threaded



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2f90a28a5ddb7220c25977d432da7ce5437a19a8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2f90a28a5ddb7220c25977d432da7ce5437a19a8
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/20230909/9cc0c963/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list