[Git][haskell-team/package-plan][master] Remove packages
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Sep 16 07:50:26 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
c6b95c42 by Ilias Tsitsimpis at 2024-09-16T09:48:04+03:00
Remove packages
- - - - -
6 changed files:
- packages.txt
- − patches/darcs-monitor/0.4.2/catch
- − patches/darcs-monitor/0.4.2/haxml-2.22-compat
- − patches/darcs-monitor/0.4.2/series
- − patches/happstack-authenticate/2.6.1/series
- − patches/happstack-authenticate/2.6.1/use-pwstore-fast
Changes:
=====================================
packages.txt
=====================================
@@ -201,10 +201,9 @@ csv-conduit 0.7.3.0 ignore # mtl (<2.3)
curl 1.3.8
curve25519 0.2.8
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 ignore # https://bugs.debian.org/1057792
data-accessor 0.2.3.1
data-accessor-mtl 0.2.0.5
-data-binary-ieee754 0.4.4
+data-binary-ieee754 0.4.4 # obsolete
data-clist 0.2
data-default 0.7.1.1
data-default-class 0.1.2.0
@@ -236,7 +235,6 @@ deque 0.4.4.1 notest
deriving-aeson 0.2.9
deriving-compat 0.6.6
dhall 1.42.1 notest # avoid dependency on missing turtle
-diagrams 1.4.1 binary=libghc-diagrams-dev ignore # https://bugs.debian.org/1057716 hand-created meta package, does not yet pull in diagrams-contrib
diagrams-cairo 1.4.2.1
diagrams-core 1.5.1.1
diagrams-lib 1.4.6.2
@@ -400,7 +398,6 @@ haddock-library 1.11.0 notest
hakyll 4.16.2.2
half 0.3.1
hamlet 1.2.0 avoid
-happstack-authenticate 2.6.1 ignore # https://bugs.debian.org/1057719
happstack-hsp 7.3.7.7 key ignore # depends on harp, hsx2hs, hsp
happstack-jmacro 7.0.12.6
happstack-server 7.8.0.2
@@ -559,7 +556,6 @@ io-streams-haproxy 1.0.1.0
iproute 1.7.14
ipynb 0.2
irc 0.6.1.1
-ircbot 0.6.6.1 key ignore # https://bugs.debian.org/1057720
irc-core 2.12
iso8601-time 0.1.5
isocline 1.0.9
@@ -803,7 +799,7 @@ prim-uniq 0.2
process-extras 0.7.4
profunctors 5.6.2
project-template 0.2.1.0
-propellor 5.13 ignore # non-DHG; https://bugs.debian.org/1053981
+propellor 5.17 ignore # non-DHG
protobuf 0.2.1.3
PSQueue 1.2.0
psqueues 0.2.8.0
@@ -841,7 +837,6 @@ refact 0.3.0.2
reflection 2.1.8
reform 0.2.7.5 ignore # mtl (>=2.0 && <2.3)
reform-happstack 0.2.5.6 key ignore # depends on reform
-reform-hsp 0.2.7.2 key ignore # https://bugs.debian.org/1056758
regex-applicative 0.3.4
regex-applicative-text 0.1.0.1 ignore # base (>=4.3 && <4.18)
regex-base 0.94.0.2
@@ -964,7 +959,6 @@ string-interpolate 0.3.4.0
stringprep 1.0.0
string-qq 0.0.6
stringsearch 0.3.6.6
-stylish-haskell 0.14.5.0 binary=stylish-haskell ignore # https://bugs.debian.org/1017878
svg-builder 0.1.1
swish 0.10.9.0 key notest
syb 0.7.2.4 notest
@@ -1038,7 +1032,6 @@ threadscope 0.2.14.1 key binary ignore # BROKEN LTS 21
th-reify-compat 0.0.1.5
th-reify-many 0.1.10
th-utilities 0.2.5.0
-tidal 1.9.5 ignore # https://bugs.debian.org/1057722
time-compat 1.9.6.1
timeit 2.0
time-locale-compat 0.1.1.5
@@ -1085,7 +1078,6 @@ uri-bytestring 0.3.3.1
uri-bytestring-aeson 0.1.0.8
uri-encode 1.5.0.7
url 2.1.3
-userid 0.1.3.7 ignore # https://bugs.debian.org/1057718
utf8-light 0.4.4.0
utf8-string 1.0.2
utility-ht 0.0.17.2 key notest # dependency of mediawiki2latex
=====================================
patches/darcs-monitor/0.4.2/catch deleted
=====================================
@@ -1,33 +0,0 @@
-Description: Use Control.Exception.catch
-Author: Joachim Breitner <nomeata at debian.org>
-
-Index: darcs-monitor-0.4.2/darcs-monitor.hs
-===================================================================
---- darcs-monitor-0.4.2.orig/darcs-monitor.hs 2013-05-18 15:43:35.000000000 +0200
-+++ darcs-monitor-0.4.2/darcs-monitor.hs 2013-05-18 16:02:25.847617172 +0200
-@@ -1,3 +1,4 @@
-+{-# LANGUAGE ScopedTypeVariables #-}
- {- darcs-monitor - Darcs repository monitor
- Copyright © 2007 Antti-Juhani Kaijanaho
- Copyright © 2007 Benja Fallenstein
-@@ -36,6 +37,7 @@
- import System.IO
- import Text.XML.HaXml hiding (when,version,x,tag,cdata)
- import Text.XML.HaXml.Posn
-+import Control.Exception (catch, IOException)
-
- import Config
- import Darcs
-@@ -182,9 +184,9 @@
-
- readSeenPatches :: MonadIO m => String -> m SeenPatches
- readSeenPatches repo =
-- liftIO $ catch (do fc <- readFile (repo ++ seenPatchesFileName)
-- return (read fc)
-- ) $ \_ -> return Map.empty
-+ liftIO $ Control.Exception.catch (do fc <- readFile (repo ++ seenPatchesFileName)
-+ return (read fc)
-+ ) $ \(_::IOException) -> return Map.empty
-
-
- processRepo :: (MonadConfig m, MonadIO m) => Bool -> Command m -> FilePath -> m ()
=====================================
patches/darcs-monitor/0.4.2/haxml-2.22-compat deleted
=====================================
@@ -1,53 +0,0 @@
-Description: HaXml 2.22 compatibilitiy
-Author: Joachim Breitner <nomeata at debian.org>
-Bug-Debian: http://bugs.debian.org/629784
-
-Index: darcs-monitor-0.4.2/darcs-monitor.cabal
-===================================================================
---- darcs-monitor-0.4.2.orig/darcs-monitor.cabal 2015-06-11 10:37:49.439871961 +0200
-+++ darcs-monitor-0.4.2/darcs-monitor.cabal 2015-06-11 10:38:04.772409588 +0200
-@@ -28,7 +28,7 @@
- description: Choose the new smaller, split-up base package.
-
- Executable darcs-monitor
-- Build-Depends: mtl, HaXml == 1.20.*
-+ Build-Depends: mtl, HaXml >= 1.25 && <= 1.26
- if flag(splitBase)
- Build-Depends: base >=3 && < 5, containers, directory, process
- else
-Index: darcs-monitor-0.4.2/darcs-monitor.hs
-===================================================================
---- darcs-monitor-0.4.2.orig/darcs-monitor.hs 2015-06-11 10:37:49.439871961 +0200
-+++ darcs-monitor-0.4.2/darcs-monitor.hs 2015-06-11 10:37:49.435871820 +0200
-@@ -194,15 +194,15 @@
- liftIO $ createDirectoryIfMissing True (repo++dir)
- seenPatches <- readSeenPatches repo
- xml <- invokeDarcs ["changes", "--reverse", "--repo="++repo,"--xml-output","-a"]
-- let Document _ _ (Elem "changelog" _ content) _ = xmlParse repo xml
-+ let Document _ _ (Elem (N "changelog") _ content) _ = xmlParse repo xml
- let patches
- = filter (\c -> case c of CElem _e _ -> True ; _ -> False) content
-- spl <- forM patches $ \ (CElem (Elem "patch" attrs content_) _) ->
-- do let author = getAttr "author" attrs
-- localDate = getAttr "local_date" attrs
-- hash = getAttr "hash" attrs
-- name = getElem "name" content_
-- comment = getElem "comment" content_
-+ spl <- forM patches $ \ (CElem (Elem (N "patch") attrs content_) _) ->
-+ do let author = getAttr (N "author") attrs
-+ localDate = getAttr (N "local_date") attrs
-+ hash = getAttr (N "hash") attrs
-+ name = getElem (N "name") content_
-+ comment = getElem (N "comment") content_
- (authorName, authorEmail) = parseAuthor author
- dt = PatchData { patchRepo = repo
- , patchAuthor = authorName
-@@ -251,7 +251,7 @@
- massage ss
- massage [] = id
-
--getElem :: Name -> [Content Posn] -> String
-+getElem :: QName -> [Content Posn] -> String
- getElem name (CElem (Elem name' _ content) _ : _rest)
- | name == name' = getContent content ""
- getElem name (_ : rest) = getElem name rest
=====================================
patches/darcs-monitor/0.4.2/series deleted
=====================================
@@ -1,2 +0,0 @@
-haxml-2.22-compat
-catch
=====================================
patches/happstack-authenticate/2.6.1/series deleted
=====================================
@@ -1 +0,0 @@
-use-pwstore-fast
=====================================
patches/happstack-authenticate/2.6.1/use-pwstore-fast deleted
=====================================
@@ -1,13 +0,0 @@
-Index: b/happstack-authenticate.cabal
-===================================================================
---- a/happstack-authenticate.cabal
-+++ b/happstack-authenticate.cabal
-@@ -68,7 +68,7 @@ Library
- mime-mail >= 0.4 && < 0.6,
- mtl >= 2.0 && < 2.3,
- lens >= 4.2 && < 5.2,
-- pwstore-purehaskell == 2.1.*,
-+ pwstore-fast,
- stm >= 2.4 && < 2.6,
- text >= 0.11 && < 2.1,
- time >= 1.2 && < 1.14,
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c6b95c424762083775a9293a42ff2e97a3ef1f51
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c6b95c424762083775a9293a42ff2e97a3ef1f51
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/20240916/52d60736/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list