Codebase list haskell-xss-sanitize / ad1e308
vector: Upgrading from 0.12.0.3 to 0.12.1.2 Clint Adams 3 years ago
4 changed file(s) with 12 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
0 haskell-vector (0.12.1.2-1) unstable; urgency=medium
1
2 * New upstream version.
3
4 -- Clint Adams <clint@debian.org> Sat, 30 May 2020 11:43:06 -0400
5
06 haskell-vector (0.12.0.3-2) unstable; urgency=medium
17
28 * Bump quickcheck dependencies according to patch
+0
-20
p/haskell-vector/debian/patches/newer-deps less more
0 --- a/vector.cabal
1 +++ b/vector.cabal
2 @@ -193,7 +193,7 @@
3 hs-source-dirs: tests
4 Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
5 random, primitive,
6 - QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
7 + QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
8 test-framework-hunit, test-framework-quickcheck2,
9 transformers >= 0.2.0.0
10
11 @@ -234,7 +234,7 @@
12 hs-source-dirs: tests
13 Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
14 random, primitive,
15 - QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
16 + QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
17 test-framework-hunit, test-framework-quickcheck2,
18 transformers >= 0.2.0.0
19
00 no_ann_without_ghci
11 sse2
2 newer-deps
33 Bug: https://github.com/haskell/vector/issues/186
44 Bug-Debian: https://bugs.debian.org/875396
55
6 diff --git a/vector.cabal b/vector.cabal
7 index 326454c..7e34029 100644
86 --- a/vector.cabal
97 +++ b/vector.cabal
10 @@ -153,6 +153,9 @@ Library
8 @@ -162,6 +162,9 @@
119
1210 Ghc-Options: -O2 -Wall
1311
1715 if !flag(Wall)
1816 Ghc-Options: -fno-warn-orphans
1917
20 @@ -206,6 +209,9 @@ test-suite vector-tests-O0
21 Ghc-Options: -O0
18 @@ -220,6 +223,9 @@
19 Ghc-Options: -O0 -threaded
2220 Ghc-Options: -Wall
2321
2422 + if arch(i386)
2725 if !flag(Wall)
2826 Ghc-Options: -fno-warn-orphans -fno-warn-missing-signatures
2927 if impl(ghc >= 8.0) && impl( ghc < 8.1)
30 @@ -243,6 +249,9 @@ test-suite vector-tests-O2
28 @@ -263,6 +269,9 @@
3129
32 Ghc-Options: -O2 -Wall
33
30 Ghc-Options: -Wall
31 Ghc-Options: -O2 -threaded
3432 + if arch(i386)
3533 + Ghc-Options: -msse2
3634 +