[Git][haskell-team/package-plan][master] Remove attoparsec-aeson
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Oct 22 11:35:30 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
9fcde8bc by Ilias Tsitsimpis at 2023-10-22T13:33:02+03:00
Remove attoparsec-aeson
attoparsec-aeson-2.1.0.0 is an empty package. Do not use it for now, and
we will package it once we need it.
- - - - -
9 changed files:
- packages.txt
- + patches/authenticate/1.3.5.2/no-attoparsec-aeson
- + patches/authenticate/1.3.5.2/series
- + patches/persistent/2.14.6.0/no-attoparsec-aeson
- + patches/persistent/2.14.6.0/series
- + patches/yesod-auth/1.6.11.2/no-attoparsec-aeson
- + patches/yesod-auth/1.6.11.2/series
- + patches/yesod-core/1.6.24.5/no-attoparsec-aeson
- + patches/yesod-core/1.6.24.5/series
Changes:
=====================================
packages.txt
=====================================
@@ -31,7 +31,6 @@ assoc 1.1
async 2.2.4
atomic-write 0.2.0.7
attoparsec 0.14.4
-attoparsec-aeson 2.1.0.0
attoparsec-conduit 1.1.0 avoid
attoparsec-iso8601 1.1.0.0
authenticate 1.3.5.2
@@ -199,7 +198,7 @@ csv 0.1.2
csv-conduit 0.7.3.0
curl 1.3.8
curve25519 0.2.7
-czipwith 1.0.1.4 ignore # BROKEN LTS 21
+czipwith 1.0.1.4 ignore # https://bugs.debian.org/1054316
darcs 2.16.5 key binary=darcs -f+pkgconfig -f+curl -f-http -f+terminfo notest ignore # BROKEN LTS 21
darcs-monitor 0.4.2 binary=darcs-monitor key
data-accessor 0.2.3.1
@@ -555,7 +554,7 @@ irc-core 2.11 ignore # BROKEN LTS 21
iso8601-time 0.1.5
isomorphism-class 0.1.0.10 notest
iwlib 0.1.2
-ixset 1.1.1.2 ignore # BROKEN LTS 21
+ixset 1.1.1.2 ignore # https://bugs.debian.org/1054319
ixset-typed 0.5.1.0
jira-wiki-markup 1.5.1
jmacro 0.6.18
@@ -707,7 +706,7 @@ nothunks 0.1.4
numbers 3000.2.0.2
numeric-extras 0.1
NumInstances 1.4
-numtype 1.2 ignore # FTBFS with GHC 9.4
+numtype 1.2 ignore # https://bugs.debian.org/1054317
numtype-dk 0.5.0.3
ObjectName 1.1.0.2
oeis 0.3.10 notest ignore # BROKEN LTS 21
@@ -954,7 +953,7 @@ stylish-haskell 0.14.2.0 binary=stylish-haskell ignore # https://bugs.debian.org
svg-builder 0.1.1
swish 0.10.7.0 key notest
syb 0.7.2.4
-syb-with-class 0.6.1.14 ignore # BROKEN LTS 21
+syb-with-class 0.6.1.14 ignore # https://bugs.debian.org/1054318
system-fileio 0.3.16.4 notest
system-filepath 0.4.14 notest
system-posix-redirect 1.1.0.1
=====================================
patches/authenticate/1.3.5.2/no-attoparsec-aeson
=====================================
@@ -0,0 +1,12 @@
+Index: b/authenticate.cabal
+===================================================================
+--- a/authenticate.cabal
++++ b/authenticate.cabal
+@@ -21,7 +21,6 @@ library
+ default-language: Haskell2010
+ build-depends: base >= 4.10 && < 5
+ , aeson >= 0.5
+- , attoparsec-aeson >= 2.1
+ , http-conduit >= 1.5
+ , transformers >= 0.1
+ , bytestring >= 0.9
=====================================
patches/authenticate/1.3.5.2/series
=====================================
@@ -0,0 +1 @@
+no-attoparsec-aeson
=====================================
patches/persistent/2.14.6.0/no-attoparsec-aeson
=====================================
@@ -0,0 +1,17 @@
+Description: Remove attoparsec-aeson
+ attoparsec-aeson-2.1.0.0 is an empty package. Do not use it for now, and
+ we will package it once we need it.
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+
+Index: b/persistent.cabal
+===================================================================
+--- a/persistent.cabal
++++ b/persistent.cabal
+@@ -19,7 +19,6 @@ library
+ base >= 4.11.1.0 && < 5
+ , aeson >= 1.0 && < 2.3
+ , attoparsec
+- , attoparsec-aeson >= 2.1.0.0 && < 2.3
+ , base64-bytestring
+ , blaze-html >= 0.9
+ , bytestring >= 0.10
=====================================
patches/persistent/2.14.6.0/series
=====================================
@@ -0,0 +1 @@
+no-attoparsec-aeson
=====================================
patches/yesod-auth/1.6.11.2/no-attoparsec-aeson
=====================================
@@ -0,0 +1,12 @@
+Index: b/yesod-auth.cabal
+===================================================================
+--- a/yesod-auth.cabal
++++ b/yesod-auth.cabal
+@@ -23,7 +23,6 @@ library
+ default-language: Haskell2010
+ build-depends: base >= 4.10 && < 5
+ , aeson >= 0.7
+- , attoparsec-aeson >= 2.1
+ , authenticate >= 1.3.4
+ , base16-bytestring
+ , base64-bytestring
=====================================
patches/yesod-auth/1.6.11.2/series
=====================================
@@ -0,0 +1 @@
+no-attoparsec-aeson
=====================================
patches/yesod-core/1.6.24.5/no-attoparsec-aeson
=====================================
@@ -0,0 +1,12 @@
+Index: b/yesod-core.cabal
+===================================================================
+--- a/yesod-core.cabal
++++ b/yesod-core.cabal
+@@ -27,7 +27,6 @@ library
+
+ build-depends: base >= 4.10 && < 5
+ , aeson >= 1.0
+- , attoparsec-aeson >= 2.1
+ , auto-update
+ , blaze-html >= 0.5
+ , blaze-markup >= 0.7.1
=====================================
patches/yesod-core/1.6.24.5/series
=====================================
@@ -0,0 +1 @@
+no-attoparsec-aeson
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/9fcde8bc4a938939c189490f2c3e63354f1cccb7
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/9fcde8bc4a938939c189490f2c3e63354f1cccb7
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/20231022/9eb2c4f8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list