Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-pandoc-types-devel-1.17.5.4-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: ghc-pandoc-types-devel Distribution: openSUSE Tumbleweed
Version: 1.17.5.4 Vendor: openSUSE
Release: 1.1 Build date: Sun Nov 11 05:47:00 2018
Group: Development/Libraries/Haskell Build host: obs-arm-5
Size: 12459431 Source RPM: ghc-pandoc-types-1.17.5.4-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://hackage.haskell.org/package/pandoc-types
Summary: Haskell pandoc-types library development files
This package provides the Haskell pandoc-types library development files.

Provides

Requires

License

GPL-2.0-only

Changelog

* Mon Oct 29 2018 psimons@suse.com
  - Update pandoc-types to version 1.17.5.4.
    [1.17.5.4]
    * Put NFData in scope for ghc < 7.10.
    * Reduce deepseq lower bound for ghc < 7.10.
* Mon Oct 22 2018 psimons@suse.com
  - Update pandoc-types to version 1.17.5.3.
    [1.17.5.3]
    * For ghc < 7.10, constrain deepseq-generics to >= 0.2, which no
      longer exprots NFData from deepseq. Add deepseq dependency.
* Sat Oct 20 2018 psimons@suse.com
  - Update pandoc-types to version 1.17.5.2.
    [1.17.5.2]
    * Bump upper bound for deepseq-generics, QuickCheck, criterion.
    * Implement QuickCheck shrinking for Inlines and Blocks (Alexander Krotov).
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
  - Update pandoc-types to version 1.17.5.1.
    [1.17.5.1]
    * Declare the ToMetaValue instance for String as OVERLAPPING (#46).
    [1.17.5]
    * Bump upper bounds for aeson, base.
    * Allow building on older ghc versions (George Wilson).
    * Text.Pandoc.Arbitrary: generate SoftBreaks and LineBreaks
      (Alexander Krotov).
    * Pad table rows up to maximum row length, to guarantee that
      all rows have the same number of columns
      (see jgm/pandoc#4059, Francesco Occhipinti).
    * Make String an instance of ToMetaValue (Alexander Krotov).
* Mon May 14 2018 psimons@suse.com
  - Update pandoc-types to version 1.17.4.2 revision 1.
    * Import Semigroups when needed rather than using CPP.
    * Bump criterion upper bound.
    * Add Semigroup instances for Pandoc, Meta, Inlines, Blocks
      (if base >= 4.9).  This is needed for the library to compile
      with ghc 8.4.
    * Bumped criterion upper bound.
    * Bumped upper bounds for criterion and QuickCheck.
    * Added Walkable instances for `[Inline] Inline` and `[Block] Block`.
    * Provide default implementation for walk (Albert Krewinkel).
      The implementations for `walk` and `walkM` are very similar, so a
      default method is provided which implements the former in terms of the
      latter. This change should not affect performance, as the `Identity`
      functor, which is used in the default definition, is a newtype that
      should be eliminated at compile time.  (This requires a dependency
      on transformers for ghc 7.8.x.)
    * Force optimizations when compiling Walk module (Albert Krewinkel).
    * Add `Applicative m` to the context of walkM (Albert Krewinkel).
      The acceptance of AMP makes this a natural change.
    * Add `Walkable [Block]` and `Walkable [Inline]` instances (Albert
      Krewinkel).
    * Factored out duplicate code in Walk.
    * Added benchmark.
    * Text.Pandoc.JSON: Use `walk` instead of `bottomUp` in the
      `ToJSONFilter` instance for `a -> [a]`.  Note that behavior will be
      slightly different, since bottomUp's treatment of a function `[a] -> [a]`
      is to apply it to each sublist of a list, while walk applies it only to
      maximal sublists.  Usually the latter behavior is what is wanted, and the
      former can be simulated when needed.  But there may be existing filters
      that need to be rewritten in light of the new behavior.
    * Better consistency in simpleTable and table (jgm/pandoc#3648).
      If `headers` is empty, we populate it with empty cells, using the rows
      to determine number of columns.  We also ensure that there are numcols
      alignments and column widths.
    * Make sure Div and Span occur in Arbitrary instances.
    * Bump dependency upper bounds.
    * Removed unused mapConst.
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Jun 19 2017 psimons@suse.com
  - Update to version 1.17.0.5 revision 4.
* Mon Apr 24 2017 psimons@suse.com
  - Update to version 1.17.0.5 revision 3 with cabal2obs.
* Wed Mar 22 2017 psimons@suse.com
  - Update to version 1.17.0.5 revision 2 with cabal2obs.
* Thu Mar 02 2017 psimons@suse.com
  - Update to version 1.17.0.5 revision 1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 1.17.0.5 with cabal2obs.
* Sun Aug 21 2016 psimons@suse.com
  - Update to version 1.16.1.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 1.16.1 revision 0 with cabal2obs.
* Thu Feb 11 2016 mimi.vx@gmail.com
  -  update to 1.16.1
    * Export pandocTypesVersion from Text.Pandoc.Definition.
* Sat Jan 23 2016 mimi.vx@gmail.com
  - update to 1.16.0.1
    * Added Attr field to Image and Link.
    * Added SoftBreak constructor to Inline
* Sun Sep 27 2015 mimi.vx@gmail.com
  - update to 1.12.4.7
* Sun Jul 19 2015 mimi.vx@gmail.com
  - update to 1.12.4.5
* Mon Jun 08 2015 mimi.vx@gmail.com
  - update to 1.12.4.4
* Sun May 31 2015 mimi.vx@gmail.com
  - change license file to COPYING
* Sun May 31 2015 mimi.vx@gmail.com
  - update to 1.12.4.3
* Thu Apr 23 2015 mimi.vx@gmail.com
  - update to 1.12.4.2
* Thu Mar 27 2014 sbahling@suse.com
  - Correct package license
* Thu Mar 13 2014 sbahling@suse.com
  - update to 1.12.3.2
* Tue Dec 31 2013 peter.trommler@ohm-hochschule.de
  - update to 1.12.3
  - needed for pandoc 1.12.2.1
* Sun Dec 29 2013 peter.trommler@ohm-hochschule.de
  - merged d:l:haskell changes
* Mon Oct 21 2013 peter.trommler@ohm-hochschule.de
  - merged defattr change from d:l:h
* Sun Sep 29 2013 sbahling@suse.com
  - update to 1.12.1
* Tue May 14 2013 peter.trommler@ohm-hochschule.de
  - new cabal-rpm spec file template
    * macros not spanning multiple spec file sections
* Fri Jan 25 2013 peter.trommler@ohm-hochschule.de
  - update to 1.10 from upstream
  - part of pandoc 1.10 release
* Tue Jun 05 2012 peter.trommler@ohm-hochschule.de
  - cabal2spec 0.25.5 template for spec file
* Tue Mar 13 2012 peter.trommler@ohm-hochschule.de
  - rpmlint: filter debuginfo warning
* Mon Mar 12 2012 peter.trommler@ohm-hochschule.de
  - upgrade to 1.9.1 from upstream
* Wed Jan 18 2012 herbert@graeber-clan.de
  - initial packaging for Fedora automatically generated by cabal2spec-0.24.1

Files

/usr/lib/ghc-8.4.3/package.conf.d/pandoc-types-1.17.5.4.conf
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Paths_pandoc_types.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Paths_pandoc_types.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Paths_pandoc_types.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Arbitrary.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Arbitrary.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Arbitrary.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Builder.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Builder.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Builder.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Definition.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Definition.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Definition.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Generic.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Generic.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Generic.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/JSON.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/JSON.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/JSON.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Walk.dyn_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Walk.hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/Text/Pandoc/Walk.p_hi
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/libHSpandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l.a
/usr/lib/ghc-8.4.3/pandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l/libHSpandoc-types-1.17.5.4-Ibkm7dtwPSc1zVtb9S8U5l_p.a
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-Arbitrary.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-Builder.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-Definition.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-Generic.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-JSON.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/Text-Pandoc-Walk.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-60.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-A.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-All.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-B.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-C.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-D.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-E.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-F.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-H.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-I.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-L.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-M.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-N.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-O.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-P.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-Q.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-R.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-S.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-T.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-U.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index-W.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/doc-index.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/haddock-bundle.min.js
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/hslogo-16.png
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/index.html
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/meta.json
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/minus.gif
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/ocean.css
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/pandoc-types.haddock
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/pandoc-types.txt
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/plus.gif
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/quick-jump.css
/usr/share/doc/ghc-8.4.3/html/libraries/pandoc-types-1.17.5.4/synopsis.png
/usr/share/doc/packages/ghc-pandoc-types-devel
/usr/share/doc/packages/ghc-pandoc-types-devel/changelog


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 23:49:21 2024