| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-free-devel | Distribution: openSUSE Tumbleweed |
| Version: 5.1 | Vendor: openSUSE |
| Release: 2.6 | Build date: Thu Mar 7 07:12:33 2019 |
| Group: Development/Libraries/Haskell | Build host: armbuild16 |
| Size: 15169309 | Source RPM: ghc-free-5.1-2.6.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/free | |
| Summary: Haskell free library development files | |
This package provides the Haskell free library development files.
BSD-3-Clause
* 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 free to version 5.1.
5.1 [2018.07.03]
- ---------------
* Generalize the type of `_Free`.
* Allow building with `containers-0.6`.
* Avoid incurring some dependencies when using recent GHCs.
5.0.2 [2018.04.25]
- -----------------
* Add `Generic` and `Generic1` instances where possible.
* Mon May 14 2018 psimons@suse.com
- Update free to version 5.0.2.
* Add a `Semigroup` instance for `IterT`.
* Add `MonadFail` instances for `IterT` and `FreeT`.
* Add a `Comonad` instance for the free `Applicative`, `Ap`.
* Add `Control.Monad.Free.Ap` and `Control.Monad.Trans.Free.Ap` modules, based
on the "Applicative Effects in Free Monads" series of articles by Will
Fancher.
* Derive `Data` instances for `Free` and `Cofree`.
* `Control.Monad.Free.TH` now properly supports `template-haskell-2.11.0.0`. In
particular, it now supports `GadtC` and `RecGadtC`, which are new
`template-haskell` forms for representing GADTs.
* Add `telescoped_`, `shoots`, and `leaves` to `Control.Comonad.Cofree`
* Add the `Control.Applicative.Free.Fast` module, based on Dave Menendez's
article "Free Applicative Functors in Haskell"
* Add `foldFreeT` to `Control.Monad.Trans.Free`
* Improve the `foldMap` and `cutoff` functions for
`Control.Monad.Free.Church.F`, and add a `Traversable`
* Add a `MonadBase` instance for `FreeT`
* Add a performance test comparing Free and Church interpreters
* The use of `prelude-extras` has been removed. `free` now uses the
`Data.Functor.Classes` module to give `free`'s datatypes instances of `Eq1`,
`Ord1`, `Read1`, and `Show1`. Their `Eq`, `Ord`, `Read`, and `Show` instances
have also been modified to incorporate these classes. For example, what
previously existed as:
```haskell
instance (Eq (f (Free f a)), Eq a) => Eq (Free f a) where
```
has now been changed to:
```haskell
instance (Eq1 f, Eq a) => Eq (Free f a) where
```
* Remove redundant `Functor` constraints from `Control.Alternative.Free`
* 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 4.12.4 revision 0 with cabal2obs.
* Mon Jan 18 2016 mimi.vx@gmail.com
- update to 4.12.4
* Add instances for ExceptT: like ErrorT, but without an Error constraint.
* Support containers
* Support transformers 0.5
* Removed a number of spurious class constraints.
* Support comonad 5
* Thu Aug 06 2015 mimi.vx@gmail.com
- update to 4.12.1
* Add instances of MonadCatch and MonadThrow from exceptions to FT, FreeT and IterT.
* semigroupoids 5, profunctors 5, and bifunctors 5 support.
* Sun Apr 26 2015 mimi.vx@gmail.com
- initial commit
/usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free/Final.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free/Final.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Alternative/Free/Final.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Fast.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Fast.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Fast.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Final.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Final.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Free/Final.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Trans /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Trans/Free.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Trans/Free.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Applicative/Trans/Free.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree/Class.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree/Class.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Cofree/Class.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Cofree.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Cofree.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Cofree.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Coiter.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Coiter.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Comonad/Trans/Coiter.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Ap.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Ap.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Ap.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Church.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Church.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Church.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Class.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Class.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/Class.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/TH.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/TH.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Free/TH.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Ap.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Ap.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Ap.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Church.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Church.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Free/Church.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Iter.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Iter.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Control/Monad/Trans/Iter.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data/Functor /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data/Functor/Classes /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data/Functor/Classes/Compat.dyn_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data/Functor/Classes/Compat.hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/Data/Functor/Classes/Compat.p_hi /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/libHSfree-5.1-JQTU0XFsv7P9MhJ1YVVAOn.a /usr/lib/ghc-8.4.3/free-5.1-JQTU0XFsv7P9MhJ1YVVAOn/libHSfree-5.1-JQTU0XFsv7P9MhJ1YVVAOn_p.a /usr/lib/ghc-8.4.3/package.conf.d/free-5.1.conf /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1 /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Alternative-Free-Final.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Alternative-Free.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Applicative-Free-Fast.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Applicative-Free-Final.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Applicative-Free.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Applicative-Trans-Free.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Comonad-Cofree-Class.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Comonad-Cofree.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Comonad-Trans-Cofree.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Comonad-Trans-Coiter.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Free-Ap.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Free-Church.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Free-Class.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Free-TH.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Free.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Trans-Free-Ap.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Trans-Free-Church.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Trans-Free.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/Control-Monad-Trans-Iter.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/doc-index.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/Cabbage.lhs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/MandelbrotIter.lhs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/NewtonCoiter.lhs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/PerfTH.hs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/RetryTH.hs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/Teletype.lhs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/examples/ValidationForm.hs /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/free.haddock /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/free.txt /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/haddock-bundle.min.js /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/hslogo-16.png /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/index.html /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/meta.json /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/minus.gif /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/ocean.css /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/plus.gif /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/quick-jump.css /usr/share/doc/ghc-8.4.3/html/libraries/free-5.1/synopsis.png /usr/share/doc/packages/ghc-free-devel /usr/share/doc/packages/ghc-free-devel/CHANGELOG.markdown /usr/share/doc/packages/ghc-free-devel/README.markdown /usr/share/doc/packages/ghc-free-devel/doc /usr/share/doc/packages/ghc-free-devel/doc/proof /usr/share/doc/packages/ghc-free-devel/doc/proof/Control /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Cofree /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Cofree/instance-Applicative-Cofree.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Cofree/instance-Monad-Cofree.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Cofree/instance-MonadZip-Cofree.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans/Cofree /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans/Cofree/instance-Applicative-CofreeT.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans/Cofree/instance-Monad-CofreeT.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans/Cofree/instance-MonadTrans-CofreeT.md /usr/share/doc/packages/ghc-free-devel/doc/proof/Control/Comonad/Trans/Cofree/instance-MonadZip-CofreeT.md /usr/share/doc/packages/ghc-free-devel/examples /usr/share/doc/packages/ghc-free-devel/examples/Cabbage.lhs /usr/share/doc/packages/ghc-free-devel/examples/LICENSE /usr/share/doc/packages/ghc-free-devel/examples/MandelbrotIter.lhs /usr/share/doc/packages/ghc-free-devel/examples/NewtonCoiter.lhs /usr/share/doc/packages/ghc-free-devel/examples/PerfTH.hs /usr/share/doc/packages/ghc-free-devel/examples/RetryTH.hs /usr/share/doc/packages/ghc-free-devel/examples/Teletype.lhs /usr/share/doc/packages/ghc-free-devel/examples/ValidationForm.hs /usr/share/doc/packages/ghc-free-devel/examples/free-examples.cabal
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 5 22:54:32 2025