[Git][haskell-team/package-plan][master] 3 commits: Ignore highlighting-kate (Removal notice)

Ilias Tsitsimpis gitlab at salsa.debian.org
Fri Jun 26 10:30:34 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan


Commits:
d34067d0 by Ilias Tsitsimpis at 2020-06-26T12:13:57+03:00
Ignore highlighting-kate (Removal notice)

- - - - -
841ed0a6 by Ilias Tsitsimpis at 2020-06-26T12:15:42+03:00
Patch raaz for newer deps

- - - - -
0f07211a by Ilias Tsitsimpis at 2020-06-26T12:27:34+03:00
Re-enable hex (patched to work with ghc 8.8)

- - - - -


5 changed files:

- + additional-cabals/hex-0.1.2.cabal
- packages.txt
- + patches/raaz/0.2.1/newer-deps
- + patches/raaz/0.2.1/no-hspec-discover
- + patches/raaz/0.2.1/series


Changes:

=====================================
additional-cabals/hex-0.1.2.cabal
=====================================
@@ -0,0 +1,15 @@
+Name:                hex
+Version:             0.1.2
+Synopsis:            Convert strings into hexadecimal and back.
+Description:         Convert strings into hexadecimal and back.
+License:             BSD3
+License-file:        COPYING
+Copyright:           Taru Karttunen <taruti at taruti.net>
+Author:              Taru Karttunen
+Category:            Data
+Maintainer:          taruti at taruti.net
+Build-Depends:       base >= 3 && < 5, bytestring
+Exposed-modules:     Data.Hex
+Extensions:          TypeSynonymInstances FlexibleInstances
+GHC-Options:         -Wall
+Build-Type:	     Simple


=====================================
packages.txt
=====================================
@@ -61,7 +61,7 @@ blaze-html 0.9.1.2
 blaze-markup 0.8.2.5
 blaze-svg 0.3.6.1
 blaze-textual 0.2.1.0 notest
-BlogLiterately 0.8.6.3 key ignore # BROKEN LTS 15.12 newer base
+BlogLiterately 0.8.6.3 key ignore # depends on deprecated highlighting-kate
 bloomfilter 2.0.1.0
 bmp 1.2.6.3
 BNFC 2.8.3 binary=bnfc
@@ -98,7 +98,7 @@ cabal-doctest 1.0.8
 cabal-install 3.0.1.0 binary -f-lukko
 cairo 0.13.8.0
 call-stack 0.2.0 notest
-carettah 0.5.1 binary
+carettah 0.5.1 binary ignore # depends on deprecated highlighting-kate
 casa-client 0.0.1
 casa-types 0.0.1
 case-insensitive 1.2.1.0
@@ -420,11 +420,11 @@ heist 1.1.0.1 notest ignore # BROKEN: LTS 13:
 here 1.2.13
 heredoc 0.2.0.0
 heterocephalus 1.0.5.3
-hex 0.1.2 ignore # BROKEN: LTS 15.12: newer base
+hex 0.1.2
 hgettext 0.1.31.0 ignore # BROKEN: LTS 13:
 hierarchical-clustering 0.4.7
 hi-file-parser 0.1.0.0
-highlighting-kate 0.6.4 -fpcre-light
+highlighting-kate 0.6.4 -fpcre-light ignore # https://bugs.debian.org/963737
 hindent 5.3.1 ignore # https://bugs.debian.org/963687
 hinotify 0.4
 hint 0.9.0.3 notest
@@ -752,7 +752,7 @@ product-isomorphic 0.0.3.3
 profunctors 5.5.2
 project-template 0.2.0.1
 propellor 5.10.2
-protobuf 0.2.1.3 notest # tests require hex
+protobuf 0.2.1.3
 PSQueue 1.1.0.1
 psqueues 0.2.7.2
 publicsuffixlist 0.1
@@ -767,7 +767,7 @@ QuickCheck-safe 0.1.0.6
 quickcheck-simple 0.1.1.1
 quickcheck-text 0.1.2.1
 quickcheck-unicode 1.0.1.0
-raaz 0.2.1 ignore # BROKEN: LTS 15.12: newer base
+raaz 0.2.1
 random 1.1
 random-fu 0.2.7.4
 random-shuffle 0.0.4


=====================================
patches/raaz/0.2.1/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/raaz.cabal
++++ b/raaz.cabal
+@@ -170,7 +170,7 @@
+                , Raaz.Random.ChaCha20PRG
+                , Raaz.Entropy
+                , Paths_raaz
+-  build-depends: base                           >= 4.6  &&  < 4.13
++  build-depends: base                           >= 4.6  &&  < 5
+                , bytestring                     >= 0.9  &&  < 0.11
+                , deepseq                        >= 1.1  &&  < 1.5
+                , vector                         >= 0.7.1 && < 0.13


=====================================
patches/raaz/0.2.1/no-hspec-discover
=====================================
@@ -0,0 +1,10 @@
+--- a/raaz.cabal
++++ b/raaz.cabal
+@@ -331,7 +331,6 @@
+                , HUnit                          >= 1.2
+                , QuickCheck                     >= 2.4
+                , hspec
+-               , hspec-discover
+                , transformers
+                , raaz
+                , vector


=====================================
patches/raaz/0.2.1/series
=====================================
@@ -0,0 +1,2 @@
+newer-deps
+no-hspec-discover



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/359fb4c84c117cb66864f5fe8279040545d1edaa...0f07211a815dcb339ca2c3d5a0b39dc430e38409

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/359fb4c84c117cb66864f5fe8279040545d1edaa...0f07211a815dcb339ca2c3d5a0b39dc430e38409
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/20200626/28f2b7ac/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list