[Git][haskell-team/package-plan][master] 2 commits: Remove duplicate entry

Ilias Tsitsimpis gitlab at salsa.debian.org
Sat Jun 13 11:25:57 BST 2020



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


Commits:
bd4c90e9 by Ilias Tsitsimpis at 2020-06-13T12:51:22+03:00
Remove duplicate entry

- - - - -
61c57d2c by Ilias Tsitsimpis at 2020-06-13T13:22:10+03:00
Update pandoc-sidenote to v0.20.0.0

- - - - -


2 changed files:

- + additional-cabals/pandoc-sidenote-0.20.0.0.cabal
- packages.txt


Changes:

=====================================
additional-cabals/pandoc-sidenote-0.20.0.0.cabal
=====================================
@@ -0,0 +1,58 @@
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: c6a31ecb31c271c2d06018cbb86b934912434626381e9a61ea909a838aaa6963
+
+name:           pandoc-sidenote
+version:        0.20.0.0
+synopsis:       Convert Pandoc Markdown-style footnotes into sidenotes
+description:    Convert Pandoc Markdown-style footnotes into sidenotes
+category:       CommandLine
+homepage:       https://github.com/jez/pandoc-sidenote#readme
+bug-reports:    https://github.com/jez/pandoc-sidenote/issues
+author:         Jake Zimmerman
+maintainer:     zimmerman.jake at gmail.com
+copyright:      2016 Jake Zimmerman
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    LICENSE
+
+source-repository head
+  type: git
+  location: https://github.com/jez/pandoc-sidenote
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcompat -Wmissing-signatures -Werror -funbox-strict-fields
+  build-depends:
+      base >=4.7 && <5
+    , mtl
+    , pandoc-types >=1.20
+    , text
+  exposed-modules:
+      Text.Pandoc.SideNote
+  other-modules:
+      Paths_pandoc_sidenote
+  default-language: Haskell2010
+
+executable pandoc-sidenote
+  main-is: Main.hs
+  hs-source-dirs:
+      ./
+  ghc-options: -Wall -Wcompat -Wmissing-signatures -Werror -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      base >=4.7 && <5
+    , mtl
+    , pandoc-sidenote
+    , pandoc-types >=1.20
+    , text
+  other-modules:
+      Paths_pandoc_sidenote
+  default-language: Haskell2010


=====================================
packages.txt
=====================================
@@ -323,7 +323,6 @@ getopt-generics 0.13.0.4
 ghc-events 0.13.0
 ghc-lib-parser 8.8.3.20200412.1
 ghc-lib-parser-ex 8.8.5.8
-ghc-lib-parser-ex 8.8.5.8
 ghc-mtl 1.2.1.0
 ghc-paths 0.1.0.12
 ghc-syb-utils 0.3.0.0 ignore # BROKEN: LTS 13: newer ghc
@@ -686,7 +685,7 @@ ordered-containers 0.2.2
 pandoc 2.9.1.1 key -fhttp-conduit
 pandoc-citeproc 0.16.4.1 -fbibutils -f-hexpat -funicode_collation
 pandoc-citeproc-preamble 1.3 binary
-pandoc-sidenote 0.19.0.0
+pandoc-sidenote 0.20.0.0
 pandoc-types 1.20 notest # Disable tests to avoid dep on string-qq
 pango 0.13.8.0
 panic 0.4.0.1



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/ba9bbbfad7968f28fb493d738c55f0b90c5c06d9...61c57d2c51d82d3dae7ac69a0034c3d20283861f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/ba9bbbfad7968f28fb493d738c55f0b90c5c06d9...61c57d2c51d82d3dae7ac69a0034c3d20283861f
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/20200613/f205b464/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list