SHA256
4
0
forked from pool/texmath
Commit Graph

74 Commits

Author SHA256 Message Date
Mark Stopka
a1bf301d44 Accepting request 950026 from home:akumar:branches:devel:languages:haskell
- Update texmath to version 0.12.4.
  texmath (0.12.4)
  * TeX reader: handle hyperref better (#186).  We don't parse it as a link,
    but we pass its contents through rather than failing.
  * Update scripts and data in `lib/` directory. These are not build
    dependencies, but they were used to produce some of the large
    tables in the source code.  Fixed the scripts and Makefile to work
    with recent texmath and cabal.  Removed two very large unicode data
    files that can be downloaded when needed.  (This reduces the size of
    the source tarball considerably.) Remove `lib/toascii` (no longer used).
  * Update MMLDict using latest unicode.xml.
  * TeX reader: support siunitx `\qty`, `\qtyrange`, `\unit` (#185).
  * Remove Text.TeXMath.Compat.  We can now safely require mtl >= 2.2.1.
  * Use symbolMap from ToTeX to shorten the long hardcoded symbols list.
    Now we only hard-code items that differ what what is in symbolMap.
    This reduces the code size by thousands of lines.
  * Unicode.ToTeX: export `symbolMap` [API change].  This uses the data in
  `records` to create a backwards mapping from TeX commands to Exps (ESymbol
      elements).  This can replace most of the hardcoded list in the current
  TeX reader.
  * Split out TeXMath.Readers.TeX.Commands internal module.
    This makes the TeX reader shorter and should help compile times.
  * OMML reader: better handling of m:t nodes (#151).
    Previously we parsed an m:t element as an EIdentifier if it contains a
    single letter, but an EText TextNormal if it contains more than one.  This
    gave bad results in some cases.  It is better to reserve EText for the
    case where the m:nor property is specified for "normal text."
  * Require base >= 4.11.
  * Remove `network-uri` flag from stack.yaml.
  texmath (0.12.3.3)

OBS-URL: https://build.opensuse.org/request/show/950026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=127
2022-02-03 14:53:32 +00:00
2e5fa41fa8 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:21, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=126
2021-11-09 08:32:08 +00:00
795b816ccc osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:20, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=125
2021-08-17 09:54:23 +00:00
0e6c1ea047 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:19, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=123
2021-05-30 18:58:20 +00:00
4649f488de osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=121
2021-03-19 15:52:57 +00:00
7b811b9628 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:17, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=119
2021-02-09 09:17:52 +00:00
fdea4b2fe4 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:16, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=117
2021-01-08 10:06:23 +00:00
d8ac7fa8ee osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=115
2020-12-19 18:29:48 +00:00
85f5aebe55 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=114
2020-12-19 17:49:44 +00:00
bc45f65c32 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=113
2020-12-18 12:53:26 +00:00
3de2ef3407 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=111
2020-09-23 07:54:22 +00:00
b1bf66905b osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=110
2020-09-04 15:12:06 +00:00
9bf117dc93 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=109
2020-09-04 15:04:34 +00:00
56c2e85c18 osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=107
2020-08-19 01:02:40 +00:00
4f28632093 Accepting request 822684 from home:michel_mno:branches:devel:languages:haskell
- Add _constraints for PowerPC avoid "no space left on device" build error

OBS-URL: https://build.opensuse.org/request/show/822684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=105
2020-08-11 09:24:11 +00:00
7c55a69b7e osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=103
2020-06-16 11:29:09 +00:00
3da57fc95b osc copypac from project:devel:languages:haskell:ghc-8.10.x package:texmath revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=100
2020-05-06 13:42:19 +00:00
b5aef6b540 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=98
2020-02-27 18:24:02 +00:00
140f0b7ef2 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=97
2019-12-29 02:04:14 +00:00
72e0d64f8b osc copypac from project:devel:languages:haskell:ghc-8.8.x package:texmath revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=96
2019-12-28 14:42:32 +00:00
2ca2c61ce1 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=94
2019-12-24 02:04:33 +00:00
2f25b23a0f osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=91
2019-10-10 18:55:03 +00:00
d6e5e29abd osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=89
2019-03-10 02:01:32 +00:00
4f4f7a5e81 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=87
2019-03-04 02:01:36 +00:00
38fdd4b43a osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=85
2019-02-12 02:01:49 +00:00
c5fb7c0569 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=83
2018-10-30 02:01:38 +00:00
58cc5e64ed osc copypac from project:devel:languages:haskell:ghc-8.6.x package:texmath revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=81
2018-10-18 09:53:32 +00:00
da4487c23a osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=78
2018-07-18 14:41:57 +00:00
dcf614f582 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=77
2018-07-15 01:01:59 +00:00
1117040ec4 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=76
2018-07-11 01:02:03 +00:00
80d0809a28 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=72
2018-05-15 18:25:04 +00:00
2f8bdce8a4 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=71
2018-05-14 15:21:28 +00:00
fcce62f169 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:texmath revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=70
2018-05-14 13:19:02 +00:00
8da27bfe25 osc copypac from project:devel:languages:haskell:lts:11 package:texmath revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=69
2018-05-03 01:15:45 +00:00
870aff8b50 osc copypac from project:devel:languages:haskell:lts:11 package:texmath revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=67
2018-04-13 14:13:59 +00:00
3fdcc9096d osc copypac from project:devel:languages:haskell:lts:11 package:texmath revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=66
2018-04-02 15:09:35 +00:00
183c943ff2 osc copypac from project:devel:languages:haskell:lts:10 package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=65
2018-01-30 09:36:50 +00:00
4d964ec61e osc copypac from project:devel:languages:haskell:lts:10 package:texmath revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=64
2017-12-28 11:55:37 +00:00
c8fb48aa70 osc copypac from project:devel:languages:haskell:lts:10 package:texmath revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=63
2017-12-21 20:11:40 +00:00
baaea108b5 osc copypac from project:devel:languages:haskell:lts:9 package:texmath revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=62
2017-10-18 07:57:32 +00:00
79883fc6a5 osc copypac from project:devel:languages:haskell:lts:9 package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=61
2017-09-17 11:24:56 +00:00
6779282f4b osc copypac from project:devel:languages:haskell:lts:9 package:texmath revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=56
2017-08-05 02:19:38 +00:00
02c47d8da1 osc copypac from project:devel:languages:haskell:lts:8 package:texmath revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=54
2017-07-13 02:11:08 +00:00
b52d4c9575 synchronize with lts:8 from configuration b099e9d7d96777a669f3ad2cb719ba73f50b4189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=52
2017-03-28 11:02:07 +00:00
2a661153bc synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=50
2017-02-22 19:30:37 +00:00
5bec396884 opensuse haskell configuration 57299b7b95fb22a225c59ac23c5daf22590d6547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=48
2016-10-31 14:36:11 +00:00
4d938a8b93 Accepting request 436631 from devel:languages:haskell:lts:7
- Update to version 0.8.6.6 with cabal2obs.

OBS-URL: https://build.opensuse.org/request/show/436631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=46
2016-10-21 07:01:47 +00:00
6c66f97391 Accepting request 421702 from devel:languages:haskell:lts:6
version update

OBS-URL: https://build.opensuse.org/request/show/421702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=43
2016-08-24 14:40:13 +00:00
b1fefc02d1 Accepting request 411137 from devel:languages:haskell:lts:6
See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details.

OBS-URL: https://build.opensuse.org/request/show/411137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=41
2016-07-16 21:58:41 +00:00
e5240efa24 Accepting request 405318 from devel:languages:haskell:lts
- remove texmath-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/405318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=39
2016-06-28 16:36:24 +00:00