| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-bifunctors-devel | Distribution: openSUSE Tumbleweed |
| Version: 5.5.11 | Vendor: openSUSE |
| Release: 1.2 | Build date: Fri May 28 12:53:50 2021 |
| Group: Unspecified | Build host: obs-arm-5 |
| Size: 13019816 | Source RPM: ghc-bifunctors-5.5.11-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/bifunctors | |
| Summary: Haskell bifunctors library development files | |
This package provides the Haskell bifunctors library development files.
BSD-2-Clause
* Fri Apr 30 2021 psimons@suse.com
- Update bifunctors to version 5.5.11.
5.5.11 [2021.04.30]
- ------------------
* Allow building with `template-haskell-2.18` (GHC 9.2).
* Sun Jan 24 2021 psimons@suse.com
- Update bifunctors to version 5.5.10.
5.5.10 [2021.01.21]
- ------------------
* Fix a bug in which `deriveBifoldable` could generate code that triggers
`-Wunused-matches` warnings.
* Wed Dec 30 2020 psimons@suse.com
- Update bifunctors to version 5.5.9.
5.5.9 [2020.12.30]
- -----------------
* Explicitly mark modules as Safe or Trustworthy.
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- Update bifunctors to version 5.5.8.
5.5.8 [2020.10.01]
- -----------------
* Fix a bug in which `deriveBifunctor` would fail on sufficiently complex uses
of rank-n types in constructor fields.
* Fix a bug in which `deriveBiunctor` and related functions would needlessly
reject data types whose two last type parameters appear as oversaturated
arguments to a type family.
* Mon Aug 31 2020 psimons@suse.com
- Update bifunctors to version 5.5.7 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.
* Fri Feb 07 2020 psimons@suse.com
- Update bifunctors to version 5.5.7.
5.5.7 [2020.01.29]
- -----------------
* Add `Data.Bifunctor.Biap`.
* Wed Nov 27 2019 psimons@suse.com
- Update bifunctors to version 5.5.6.
5.5.6 [2019.11.26]
- -----------------
* Add `Category`, `Arrow`, `ArrowChoice`, `ArrowLoop`, `ArrowZero`, and
`ArrowPlus` instances for `Data.Bifunctor.Product`.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Wed Aug 28 2019 psimons@suse.com
- Update bifunctors to version 5.5.5.
5.5.5 [2019.08.27]
- -----------------
* Add `Eq{1,2}`, `Ord{1,2}`, `Read{1,2}`, and `Show{1,2}` instances for data
types in the `Data.Bifunctor.*` module namespace where possible. The
operative phrase is "where possible" since many of these instances require
the use of `Eq2`/`Ord2`/`Read2`/`Show2`, which are not avaiable when
built against `transformers-0.4.*`.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
* Tue Apr 30 2019 psimons@suse.com
- Update bifunctors to version 5.5.4.
5.5.4 [2019.04.26]
- -----------------
* Support `th-abstraction-0.3` or later.
* Don't incur a `semigroup` dependency on recent GHCs.
* 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 bifunctors to version 5.5.3.
5.5.3 [2018.07.04]
- -----------------
* Make `biliftA2` a class method of `Biapplicative`.
* Add the `traverseBia`, `sequenceBia`, and `traverseBiaWith` functions for
traversing a `Traversable` container in a `Biapplicative`.
* Avoid incurring some dependencies when using recent GHCs.
* Mon May 14 2018 psimons@suse.com
- Update bifunctors to version 5.5.2 revision 2.
* `Data.Bifunctor.TH` now derives `bimap`/`bitraverse`
implementations for empty data types that are strict in the argument.
* `Data.Bifunctor.TH` no longer derives `bifoldr`/`bifoldMap` implementations
that error on empty data types. Instead, they simply return the folded state
(for `bifoldr`) or `mempty` (for `bifoldMap`).
* When using `Data.Bifunctor.TH` to derive `Bifunctor` or `Bitraversable`
instances for data types where the last two type variables are at phantom
roles, generated `bimap`/`bitraverse` implementations now use `coerce` for
efficiency.
* Add `Options` to `Data.Bifunctor.TH`, along with variants of existing
functions that take `Options` as an argument. For now, the only configurable
option is whether derived instances for empty data types should use the
`EmptyCase` extension (this is disabled by default).
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 5.4.2 with cabal2obs.
* Thu Dec 08 2016 psimons@suse.com
- Update to version 5.4.1 revision 1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 5.4.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 5.2 revision 0 with cabal2obs.
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 5.2
* dded several Arrow-like instances for Tannen so we can use it as the Cayley
construction if needed.
* Added Data.Bifunctor.Sum
* Added BifunctorFunctor, BifunctorMonad and BifunctorComonad.
* Thu Dec 17 2015 mimi.vx@gmail.com
- update to 5.1
* Added Data.Bifunctor.Fix
* Added Data.Bifunctor.TH, which permits TemplateHaskell-based deriving
of Bifunctor, Bifoldable and Bitraversable instances.
* Simplified Bitraversable.
* Thu Aug 06 2015 mimi.vx@gmail.com
- update to version 5
* Inverted the dependency on semigroupoids. We can support a much wider array of base
versions than it can.
* Added flags
* Thu May 21 2015 mimi.vx@gmail.com
- correct licence to BSD-2-Clause
* Sun Apr 26 2015 mimi.vx@gmail.com
- initial commit
/usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Biapplicative.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Biapplicative.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Biapplicative.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biap.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biap.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biap.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biff.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biff.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Biff.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Clown.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Clown.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Clown.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Fix.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Fix.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Fix.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Flip.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Flip.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Flip.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Functor.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Functor.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Functor.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Join.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Join.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Join.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Joker.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Joker.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Joker.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Product.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Product.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Product.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Sum.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Sum.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Sum.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH/Internal.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH/Internal.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/TH/Internal.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Tannen.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Tannen.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Tannen.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Wrapped.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Wrapped.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Data/Bifunctor/Wrapped.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Paths_bifunctors.dyn_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Paths_bifunctors.hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/Paths_bifunctors.p_hi /usr/lib/ghc-8.10.4/bifunctors-5.5.11/libHSbifunctors-5.5.11-2Ja9E5mXcNiBArHWy6001k.a /usr/lib/ghc-8.10.4/bifunctors-5.5.11/libHSbifunctors-5.5.11-2Ja9E5mXcNiBArHWy6001k_p.a /usr/lib/ghc-8.10.4/package.conf.d/bifunctors-5.5.11.conf /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11 /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Biapplicative.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Biap.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Biff.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Clown.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Fix.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Flip.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Functor.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Join.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Joker.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Product.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Sum.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-TH.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Tannen.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/Data-Bifunctor-Wrapped.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/bifunctors.haddock /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/bifunctors.txt /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/doc-index.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/haddock-bundle.min.js /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/index.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/linuwial.css /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/meta.json /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/quick-jump.css /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Biapplicative.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Biap.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Biff.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Clown.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Fix.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Flip.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Functor.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Join.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Joker.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Product.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Sum.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.TH.Internal.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.TH.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Tannen.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Data.Bifunctor.Wrapped.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/Paths_bifunctors.html /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/highlight.js /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/src/style.css /usr/share/doc/ghc-8.10.4/html/libraries/bifunctors-5.5.11/synopsis.png /usr/share/doc/packages/ghc-bifunctors-devel /usr/share/doc/packages/ghc-bifunctors-devel/CHANGELOG.markdown /usr/share/doc/packages/ghc-bifunctors-devel/README.markdown
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:22:36 2025