Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
ghc-regex-tdfa
ghc-regex-tdfa.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghc-regex-tdfa.changes of Package ghc-regex-tdfa
------------------------------------------------------------------- Tue Apr 16 17:33:57 UTC 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 09:27:09 UTC 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 16:30:32 UTC 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 2 18:55:02 UTC 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 7 19:48:45 UTC 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 17:16:44 UTC 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 17:08:04 UTC 2023 - Peter Simons <psimons@suse.com> - Updated spec file to conform with ghc-rpm-macros-2.5.2. ------------------------------------------------------------------- Mon Jul 18 19:00:45 UTC 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 15:15:35 UTC 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 22:26:48 UTC 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 09:51:49 UTC 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 16:31:26 UTC 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 09:51:56 UTC 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 4 09:05:05 UTC 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 12:49:42 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build ------------------------------------------------------------------- Mon Aug 31 09:34:35 UTC 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 10:45:52 UTC 2020 - Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- Tue Jun 16 11:14:32 UTC 2020 - Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. ------------------------------------------------------------------- Thu May 7 08:08:25 UTC 2020 - Peter Simons <psimons@suse.com> - Update Cabal file to get more accurate dependency information. ------------------------------------------------------------------- Wed Jan 1 11:09:16 UTC 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 03:01:02 UTC 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 8 16:14:34 UTC 2019 - Peter Simons <psimons@suse.com> - Drop obsolete group attributes. ------------------------------------------------------------------- Sun Sep 29 07:57:22 UTC 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 13:28:35 UTC 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 11:31:56 UTC 2018 - Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. ------------------------------------------------------------------- Wed Jul 18 14:26:38 UTC 2018 - psimons@suse.com - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. ------------------------------------------------------------------- Fri Jul 13 14:31:47 UTC 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 17:02:11 UTC 2018 - psimons@suse.com - Update regex-tdfa to version 1.2.3. * Added `Semigroup` instances for some types. ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. ------------------------------------------------------------------- Sun Jul 10 17:17:02 UTC 2016 - psimons@suse.com - Update to version 1.2.2 revision 0 with cabal2obs. ------------------------------------------------------------------- Thu May 12 19:14:14 UTC 2016 - mimi.vx@gmail.com - update to 1.2.2 * Now we don't reexport the problematic Show instance for functions. ------------------------------------------------------------------- Sun Sep 6 12:10:54 UTC 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 17:33:26 UTC 2012 - peter.trommler@ohm-hochschule.de - spec file template generated by cabal2spec-0.25.5 ------------------------------------------------------------------- Wed Jan 18 20:38:15 UTC 2012 - herbert@graeber-clan.de - initial packaging for Fedora automatically generated by cabal2spec-0.24.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor