[Git][haskell-team/package-plan][master] Re-enable brainfuck
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Aug 24 12:16:41 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
fa8f2162 by Ilias Tsitsimpis at 2022-08-24T13:59:14+03:00
Re-enable brainfuck
Re-enable brainfuck for now, since lambdabot-novelty-plugins depends on it.
- - - - -
2 changed files:
- + additional-cabals/pandoc-citeproc-preamble-1.7.cabal
- packages.txt
Changes:
=====================================
additional-cabals/pandoc-citeproc-preamble-1.7.cabal
=====================================
@@ -0,0 +1,27 @@
+name: pandoc-citeproc-preamble
+version: 1.7
+synopsis: Insert a preamble before Pandoc's bibliography
+description: Please see README.md
+homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/
+license: GPL-3
+license-file: LICENSE
+author: Sean Whitton
+maintainer: spwhitton at spwhitton.name
+category: Text
+build-type: Simple
+cabal-version: >=1.10
+
+executable pandoc-citeproc-preamble
+ hs-source-dirs: src
+ main-is: pandoc-citeproc-preamble.hs
+ build-depends: base >= 4 && < 5
+ , pandoc-types >= 1.20
+ , process
+ , directory
+ , filepath
+ , text-conversions
+ default-language: Haskell2010
+
+source-repository head
+ type: git
+ location: https://git.spwhitton.name/pandoc-citeproc-preamble
=====================================
packages.txt
=====================================
@@ -76,7 +76,7 @@ boomerang 1.4.8
boring 0.2
BoundedChan 1.0.3.0
boxes 0.1.5
-brainfuck 0.1.0.3 ignore # unmaintained
+brainfuck 0.1.0.3
brick 0.68.1
broadcast-chan 0.2.1.2
bsb-http-chunked 0.0.0.4
@@ -362,7 +362,7 @@ gi-gtk-hs 0.3.12
gi-harfbuzz 0.0.5
gio 0.13.8.2
gi-pango 1.0.26
-git-annex 10.20220504 binary key -f-ConcurrentOutput
+git-annex 10.20220724 binary key -f-ConcurrentOutput
githash 0.1.6.2
github 0.27
github-backup 1.20200721 binary ignore # key; BROKEN LTS 19
@@ -723,7 +723,7 @@ ordered-containers 0.2.2
ormolu 0.3.1.0
pandoc 2.17.1.1 key -f+http-conduit
pandoc-citeproc 0.17.0.1 -f+bibutils -f-hexpat -f+unicode_collation ignore # unmaintained
-pandoc-citeproc-preamble 1.6 binary
+pandoc-citeproc-preamble 1.7 binary
pandoc-lua-marshal 0.1.6.1
pandoc-sidenote 0.22.1.0
pandoc-types 1.22.2
@@ -743,7 +743,7 @@ path-io 1.7.0
path-pieces 0.2.1
patience 0.3
pcap 0.4.5.2
-pcre-light 0.4.1.0 ignore # depends on obsolete libpcre3-dev
+pcre-light 0.4.1.0 ignore # https://bugs.debian.org/1000066
pem 0.2.4
persistable-record 0.6.0.5 ignore # depends on broken product-isomorphic
persistable-types-HDBC-pg 0.0.3.5 ignore # depends on persistable-record
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/fa8f21627783b9e4f556b00f51e8318a5ac576ca
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/fa8f21627783b9e4f556b00f51e8318a5ac576ca
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/20220824/924f6503/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list