[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Controling requirements when packaging haskell modules
From: |
Ricardo Wurmus |
Subject: |
Re: Controling requirements when packaging haskell modules |
Date: |
Sat, 12 May 2018 15:54:33 +0200 |
User-agent: |
mu4e 1.0; emacs 25.3.1 |
Ton <address@hidden> writes:
> I'm trying to package ghc-sdl2, but have hit a problem with requirements I
> don't understand how to get past.
>
> The work so far can be seen and downloaded from
> https://notabug.org/thomassgn/guixsd-configuration/src/master/modules/ton-haskell.scm
You should not package ghc-array, ghc-containers, or ghc-binary — these
are all provided by GHC itself. It is possible that there are some more
packages for which this applies (possibly including semigroupoids).
The next thing you should check is that you’re packaging only those
versions of Haskell packages that are part of LTSHaskell or Stackage.
Do not package the latest versions.
--
Ricardo