From Fedora Project Wiki

(26 intermediate revisions by the same user not shown)
Line 11: Line 11:
== IRC ==
== IRC ==
We have an {{fpchat|#fedora-haskell}} channel on freenode.net .
We have an {{fpchat|#fedora-haskell}} channel on freenode.net .
== Meetings ==
We meet every few weeks on IRC:
check the SIGs [https://apps.fedoraproject.org/calendar/SIGs/ calendar] and our mailing-list for details.


== Updates ==
== Updates ==
Line 17: Line 21:
= Package versions =
= Package versions =
== GHC and Stackage LTS versions ==
== GHC and Stackage LTS versions ==
* F31 has [[Changes/GHC_8.6|ghc-8.6.5]] and package versions based on Stackage LTS 13
* F33 has ghc-8.8.4 and [[Changes/GHC_8.8_and_LTS16|Stackage LTS 16]]
* F30 has [[Changes/GHC_8.4|ghc-8.4.4]] and package versions based on Stackage LTS 12
* F32 has ghc-8.6.5 and [[Changes/Haskell_Stackage_LTS_14|Stackage LTS 14]]
* F29 has ghc-8.2.2 and package versions based on [[Changes/Update_Haskell_to_Stackage_LTS_11|Stackage LTS 11]]
* EPEL8 has ghc-8.2.2
* EPEL7 has ghc-7.6.3 and haskell-platform-2013.2.0.0
* EPEL7 has ghc-7.6.3 and haskell-platform-2013.2.0.0
* EPEL6 has ghc-7.0.4 and haskell-platform-2011.4.0.0
 
* EPEL5 has ghc-7.0.4
See [[Haskell_Stackage_LTS]] and [[Haskell_Platform]] for older releases.


== GHC modules ==
== GHC modules ==
The following module streams are currently available for current Fedora releases:
The following module streams are currently available for current Fedora releases:


* ghc:8.4 (8.4.4)
* ghc:9.0 (9.0.1)
* ghc:8.6 (8.6.5)
* ghc:8.10 (8.10.4)
* ghc:8.8 (alpha in testing)
* ghc:8.8 (8.8.4)


== Haskell Coprs ==
== Haskell Coprs ==
If you're looking for newer versions of ghc etc you can try the following coprs:
* https://copr.fedorainfracloud.org/coprs/petersen/cabal-install/
* https://copr.fedorainfracloud.org/coprs/petersen/stack2/
* https://copr.fedorainfracloud.org/coprs/petersen/pandoc/
* https://copr.fedorainfracloud.org/coprs/petersen/hlint/
* (https://copr.fedorainfracloud.org/coprs/petersen/stack/ old v1)
 
=== Coprs for EPEL 6 & 7 only ===
For newer versions of ghc you can use the following:


* https://copr.fedorainfracloud.org/coprs/petersen/stack/
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-8.4.4/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/stack2/
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-8.4.3/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-8.4.3/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-8.2.2/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-8.2.2/ (*)
Line 41: Line 51:
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-7.10.3/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-7.10.3/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-7.8.4/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/ghc-7.8.4/ (*)
* https://copr.fedorainfracloud.org/coprs/petersen/pandoc/ (also [https://copr.fedoraproject.org/coprs/petersen/pandoc-el5/ pandoc-el5])
* https://copr.fedorainfracloud.org/coprs/petersen/idris/
* https://copr.fedorainfracloud.org/coprs/petersen/idris/
* https://copr.fedorainfracloud.org/coprs/petersen/cabal-install/ (note the above ghc repos already include cabal-install)
* ([https://copr.fedoraproject.org/coprs/petersen/pandoc-el5/ pandoc-el5])
* https://copr.fedorainfracloud.org/coprs/petersen/hlint/
* https://copr.fedorainfracloud.org/coprs/petersen/git-annex/


(*) if you have Fedora Haskell libraries installed which are not part of ghc, you will need to remove them all first (easiest just to remove ghc-base) to avoid package dependency conflicts
(*) if you have Fedora Haskell libraries installed which are not part of ghc, you will need to remove them all first (easiest just to remove ghc-base) to avoid package dependency conflicts


= Tasks =
= Tasks =
* ghc-8.6.5 and LTS 13 for Fedora 31
* add cabal-install to module streams
* add cabal-install to module streams
* help improve <code>FedoraReview/plugins/haskell.py</code>
* help improve <code>FedoraReview/plugins/haskell.py</code>
Line 97: Line 103:


See also the package review links in the Packaging section.
See also the package review links in the Packaging section.
= Current packages in Fedora =
[https://admin.fedoraproject.org/pkgdb/users/packages/haskell-sig Haskell SIG packages in pkgdb]
See [[Haskell_package_interdependencies|package interdependencies]] for dependency graphs.
Info on [[Haskell_singleton_libraries|singleton libraries]].


= SIG Members =
= SIG Members =
Line 111: Line 110:
* [[User:Qulogic|Elliott Sales de Andrade]]
* [[User:Qulogic|Elliott Sales de Andrade]]


Previous contributors:
Earlier contributors:
* [[User:Codeblock|Ricky Elrod]]
* [[User:Codeblock|Ricky Elrod]]
* [[User:Mathstuf|Ben Boeckel]]
* [[User:Mathstuf|Ben Boeckel]]
Line 124: Line 123:


= History =
= History =
* 2020-04-28: Fedora 32 ships with [[Changes/GHC_8.8_and_LTS16|ghc-8.8.4 and Stackage LTS 16]]
* 2019-10-28: Fedora 31 ships with [[Changes/GHC_8.6|ghc-8.6.5]], Stackage 13 packages, and prof and doc subpackages
* 2015-05-26: Fedora 22 ships with [[Changes/GHC_7.8|ghc-7.8.4]]
* 2015-05-26: Fedora 22 ships with [[Changes/GHC_7.8|ghc-7.8.4]]
* 2013-12-17: Fedora 20 ships with ghc-7.6.3 and packages following the revised Packaging Guidelines
* 2013-12-17: Fedora 20 ships with ghc-7.6.3 and packages following the revised Packaging Guidelines

Revision as of 15:09, 20 February 2021

Mission

The mission of the Haskell Special Interest Group is to maintain, grow, and guide the packaging of Haskell projects in Fedora.

Communication

Mailing lists

We have two mailing-lists:

IRC

We have an #fedora-haskell[?] channel on freenode.net .

Meetings

We meet every few weeks on IRC: check the SIGs calendar and our mailing-list for details.

Updates

Follow us on Twitter.

Package versions

GHC and Stackage LTS versions

See Haskell_Stackage_LTS and Haskell_Platform for older releases.

GHC modules

The following module streams are currently available for current Fedora releases:

  • ghc:9.0 (9.0.1)
  • ghc:8.10 (8.10.4)
  • ghc:8.8 (8.8.4)

Haskell Coprs

Coprs for EPEL 6 & 7 only

For newer versions of ghc you can use the following:

(*) if you have Fedora Haskell libraries installed which are not part of ghc, you will need to remove them all first (easiest just to remove ghc-base) to avoid package dependency conflicts

Tasks

  • add cabal-install to module streams
  • help improve FedoraReview/plugins/haskell.py
  • docsbeat
  • document ghc and package update workflow (GHC_Update_SOP)
  • package larger subset of LTS in Copr

Packaging

New Package Process

Package reviews

"ghc" or "haskell" package reviews

Other links:

(Previously we tracked package review requests CC to haskell-devel@lists.fedoraproject.org:

Open haskell-devel package reviews which are split into

)

Bugs

Non-review bugs can be split into:

All open Haskell bugs

See also the package review links in the Packaging section.

SIG Members

Active packagers and package maintainers:

Earlier contributors:

History

  • 2020-04-28: Fedora 32 ships with ghc-8.8.4 and Stackage LTS 16
  • 2019-10-28: Fedora 31 ships with ghc-8.6.5, Stackage 13 packages, and prof and doc subpackages
  • 2015-05-26: Fedora 22 ships with ghc-7.8.4
  • 2013-12-17: Fedora 20 ships with ghc-7.6.3 and packages following the revised Packaging Guidelines
  • 2013-07-02: Fedora 19 ships with ghc-7.4.2
  • 2013-01-15: Fedora 18 ships with ghc-7.4.1
  • 2012-05-29: Fedora 17 ships with Haskell Platform 2011.4.0.0
  • 2012-02-14: new haskell mailing-list for discussion
  • 2011-11-08: Fedora 16 ships with ghc-7.0.4 and all prof subpackages merged into devel
  • 2011-06-01: Fedora 15 ships with ghc-7.0.2
  • 2010-12-05: Fedora packages now listed on http://hackage.haskell.org
  • 2010-11-02: Fedora 14 ships: all doc subpackages merged into devel
  • 2010-05-25: Fedora 13 ships with ghc-6.12.1 and shared ghc libraries
  • 2010-01-10: fedora-haskell-list becomes haskell-devel list at fedoraproject
  • 2009-09-29: haskell-platform added for f12
  • 2009-04-15: revised Packaging Guidelines accepted
  • 2008-09-17: initial Packaging Guidelines approved
  • 2008-02-13: fedora-haskell-list started
  • 2007-05-10: Fedora SIG formed
  • 2005-02-21: fedora-haskell@haskell.org mailing-list starts
  • 2004-08-03: original Fedora Haskell project starts