Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-regex-tdfa-prof | Distribution: openSUSE Leap 16.0 |
Version: 1.3.2.2 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Tue Apr 16 19:33:57 2024 |
Group: Unspecified | Build host: reproducible |
Size: 9304280 | Source RPM: ghc-regex-tdfa-1.3.2.2-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/regex-tdfa | |
Summary: Haskell regex-tdfa profiling library |
This package provides the Haskell regex-tdfa profiling library.
BSD-3-Clause
* Tue Apr 16 2024 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.2 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Thu Sep 28 2023 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.2 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Sun Aug 27 2023 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Wed Aug 02 2023 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.2. [#]## 1.3.2.2 _2023-08-02, Andreas Abel_ - Fix return type in `memcpy` FFI signature ([#52](https://github.com/haskell-hvr/regex-tdfa/pull/52)) - Refactor `regexec` to avoid partial functions `tail` and `(!0)` - Tested with GHC 7.4 - 9.8.1-alpha1 * Fri Jul 07 2023 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri May 19 2023 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/regex-tdfa-1.3.2.1/src/CHANGELOG.md * Thu Mar 30 2023 Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. * Mon Jul 18 2022 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/regex-tdfa-1.3.2/src/CHANGELOG.md * Thu Jul 14 2022 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.1.3. [#]## 1.3.1.3 _2022-07-14, Andreas Abel_ - Fix an `undefined` in `Show PatternSet` [#37](https://github.com/haskell-hvr/regex-tdfa/issues/37)) - Document POSIX character classes (e.g. `[[:digit:]]`) [#]## 1.3.1.2 Revision 1 _2022-05-25, Andreas Abel_ - Allow `base >= 4.17` (GHC 9.4) * Wed May 25 2022 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.1.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Sat Feb 19 2022 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.1.2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/regex-tdfa-1.3.1.2/src/CHANGELOG.md * Mon Jan 31 2022 Peter Simons <psimons@suse.com> - Update regex-tdfa to version 1.3.1.1 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Fri Aug 13 2021 psimons@suse.com - Update regex-tdfa to version 1.3.1.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri Jun 04 2021 psimons@suse.com - Update regex-tdfa to version 1.3.1.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/regex-tdfa-1.3.1.1/src/CHANGELOG.md * Sun Feb 21 2021 psimons@suse.com - Update regex-tdfa to version 1.3.1.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Mon Aug 31 2020 psimons@suse.com - Update regex-tdfa to version 1.3.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Tue Jun 16 2020 Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. * Thu May 07 2020 Peter Simons <psimons@suse.com> - Update Cabal file to get more accurate dependency information. * Wed Jan 01 2020 psimons@suse.com - Drop obsolete code that used to create a Setup.hs file. The new rpm macros do this automatically now. * Wed Nov 27 2019 psimons@suse.com - Update regex-tdfa to version 1.3.1.0. * Merge <http://hackage.haskell.org/package/regex-tdfa-text> into `regex-tdfa`; see <https://github.com/haskell-hvr/regex-tdfa/issues/4>. * Don't inject `ghc-options: -O2` by default anymore (see #7 for rationale) and introduce `force-O2` cabal flag to control the injection of `ghc-options: -O2`. Note that you can conveniently control optimization levels on a per-package granularity via `cabal.project` files; see [cabal's user-guide](https://cabal.readthedocs.io/en/latest/nix-local-build.html#configuring-builds-with-cabal-project) for more details. * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Sun Sep 29 2019 psimons@suse.com - Update regex-tdfa to version 1.3.0. [#] 1.3.0 Same as 1.2.3.3. See <https://github.com/ChrisKuklewicz/regex-tdfa/issues/29>. [#] 1.2.3.3 (deprecated) * Compatibility with GHC 8.8 and regex-base-0.9.4 (h/t @asr). * Turned `regex-tdfa-unittest` into a `regex-tdfa` testsuite. * Fri May 10 2019 psimons@suse.com - Update regex-tdfa to version 1.2.3.2. [#] 1.2.3.2 * Significantly improved documentation (h/t William Yao). * Sat Oct 20 2018 Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. * 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 regex-tdfa to version 1.2.3.1. [#] 1.2.3.1 * Compatibility with `containers-0.6`. * Mon May 14 2018 psimons@suse.com - Update regex-tdfa to version 1.2.3. * Added `Semigroup` instances for some types. * Thu Aug 03 2017 psimons@suse.com - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. * Sun Jul 10 2016 psimons@suse.com - Update to version 1.2.2 revision 0 with cabal2obs. * Thu May 12 2016 mimi.vx@gmail.com - update to 1.2.2 * Now we don't reexport the problematic Show instance for functions. * Sun Sep 06 2015 mimi.vx@gmail.com - updated to 1.2.1 - spec regenerated with cabal-rpm * "Almost ghc-7.8" with the array 0.4 changes for Data.Array.Unsafe * Get Build-Depends from "Mon Jun 15 14:24:28 UTC 2015 by AdamBergmark to revision 1" * Thu May 17 2012 peter.trommler@ohm-hochschule.de - spec file template generated by cabal2spec-0.25.5 * Wed Jan 18 2012 herbert@graeber-clan.de - initial packaging for Fedora automatically generated by cabal2spec-0.24.1
/usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Data/IntMap/CharMap2.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Data/IntMap/EnumMap2.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Data/IntSet/EnumSet2.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Paths_regex_tdfa.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/ByteString.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/ByteString/Lazy.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/Common.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/CorePattern.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/IntArrTrieSet.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Engine.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Engine_FA.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Engine_NC.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Engine_NC_FA.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/MakeTest.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Tester.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/NewDFA/Uncons.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/Pattern.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/ReadRegex.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/Sequence.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/String.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/TDFA.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/TNFA.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/Text.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/Text/Regex/TDFA/Text/Lazy.p_hi /usr/lib64/ghc-9.8.3/lib/regex-tdfa-1.3.2.2/libHSregex-tdfa-1.3.2.2-3bZCfbbe6y9KchAsNNfOpX_p.a
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 12 00:13:41 2024