[Git][haskell-team/package-plan][master] tweak a few things
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jun 16 01:34:35 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
56cf4588 by Clint Adams at 2022-06-15T20:34:27-04:00
tweak a few things
- - - - -
5 changed files:
- packages.txt
- patches/bytestring-handle/0.1.0.6/newer-deps
- patches/ed25519/0.0.5.0/newer-doctest
- patches/ed25519/0.0.5.0/newer-quickcheck
- patches/edit-distance/0.2.2.1/newer-deps
Changes:
=====================================
packages.txt
=====================================
@@ -18,7 +18,7 @@ annotated-wl-pprint 0.7.0
ansi-terminal 0.11.3
ansi-wl-pprint 0.6.9
appar 0.1.8
-arbtt 0.11.1 binary notest key
+arbtt 0.11.1 binary notest key ignore # BROKEN: LTS 19: newer aeson
argon2 1.3.0.1 notest
arrows 0.4.4.2 key
asn1-encoding 0.9.6
@@ -34,7 +34,7 @@ attoparsec-iso8601 1.0.2.1
authenticate 1.3.5.1
authenticate-oauth 1.7
auto-update 0.1.6
-aws 0.22 notest
+aws 0.22 notest ignore # BROKEN: LTS 19: newer aeson
base16-bytestring 1.0.2.0
base64-bytestring 1.2.1.0
base-compat 0.11.2
@@ -188,7 +188,7 @@ curl 1.3.8
curry-base 1.1.1
curry-frontend 2.0.0
czipwith 1.0.1.4
-darcs 2.16.5 key binary=darcs -f+pkgconfig -f+curl -f-http -f+terminfo notest
+darcs 2.16.5 key binary=darcs -f+pkgconfig -f+curl -f-http -f+terminfo notest ignore # BROKEN: LTS 19: newer attoparsec
darcs-monitor 0.4.2 binary=darcs-monitor key
data-accessor 0.2.3
data-accessor-mtl 0.2.0.4
=====================================
patches/bytestring-handle/0.1.0.6/newer-deps
=====================================
@@ -7,7 +7,7 @@ Index: b/bytestring-handle.cabal
Data.ByteString.Handle.Write
build-depends: bytestring >= 0.9.1.5 && < 0.11,
- base >= 4.2 && < 4.11
-+ base >= 4.2 && < 4.14
++ base >= 4.2 && < 4.16
hs-source-dirs: src
test-suite test
@@ -16,12 +16,12 @@ Index: b/bytestring-handle.cabal
build-depends:
- QuickCheck >= 2.1.2 && < 2.11,
-+ QuickCheck >= 2.1.2 && < 2.14,
++ QuickCheck >= 2.1.2 && < 2.15,
test-framework-quickcheck2 >= 0.2.5 && < 0.4,
HUnit >= 1.2 && < 1.7,
test-framework-hunit >= 0.2.0 && < 0.4,
test-framework >= 0.2.0 && < 0.9,
bytestring >= 0.9.1.5 && < 0.11,
- base >= 4.2 && < 4.11,
-+ base >= 4.2 && < 4.14,
++ base >= 4.2 && < 4.16,
bytestring-handle
=====================================
patches/ed25519/0.0.5.0/newer-doctest
=====================================
@@ -5,7 +5,7 @@
filepath >= 1.0 && < 1.5,
directory >= 1.0 && < 1.4,
- doctest >= 0.10 && < 0.12
-+ doctest >= 0.10 && < 0.17
++ doctest >= 0.10 && < 0.19
-------------------------------------------------------------------------------
-- Build pt 3: benchmarks
=====================================
patches/ed25519/0.0.5.0/newer-quickcheck
=====================================
@@ -5,7 +5,7 @@
base >= 4 && < 5,
bytestring >= 0.9 && < 0.12,
- QuickCheck >= 2.4 && < 2.9,
-+ QuickCheck >= 2.4 && < 2.15,
++ QuickCheck >= 2.4 && < 2.16,
ed25519
--
=====================================
patches/edit-distance/0.2.2.1/newer-deps
=====================================
@@ -5,7 +5,7 @@
ghc-options: -O2 -Wall
build-depends: base >= 4.5 && < 5, array >= 0.1, random >= 1.0, containers >= 0.1.0.1,
- test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.9, test-framework-quickcheck2
-+ test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.14, test-framework-quickcheck2
++ test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.15, test-framework-quickcheck2
benchmark edit-distance-benchmark
default-language: Haskell98
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/56cf4588b73e82a3147230cacce3ea032ff32ff1
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/56cf4588b73e82a3147230cacce3ea032ff32ff1
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/20220616/79d25537/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list