[arch-haskell] Move to 7.4.1

Peter Hercek phercek at gmail.com
Sat Oct 12 07:39:54 UTC 2013


On 02/05/2012 07:10 PM, Magnus Therning wrote:
> I've put together a package for 7.4.1, and then tried adding a few of
> the binary packages, and their dependencies.  Here are the notes I
> took during it:
>
> darcs
>      can't be added due to a ceiling on the dependency on unix, and
>      that version of unix can't be added with base==4.5
>
>      several dependency ceilings that prevent adding the latest version
>      of libraries
I do not see a reason to be concerned by darcs package. It is only an 
executable. It does not matter which ghc it is compiled with. Only 
libraries depend on specific version of ghc.

> What other Haskell binaries do we have in [extra]&  [community]?
>
> ~~~
> $ cblrepo-7.4.1 add -n darcs,2.5.2 array,0.3.0.3 filepath,1.2.0.1 hashed-storage,0.5.9 dataenc,0.14.0.3 mmap,0.5.7 mtl,2.0.1.0 zlib,0.5.3.2 transformers,0.2.2.0 text,0.11.1.13 tar,0.3.2.0 process,1.0.1.5 random,1.0.1.1 regex-compat,0.93.1 regex-base,0.93.2 regex-posix,0.95.1 parsec,3.1.2 old-time,1.0.0.7 html,1.0.1.2 haskeline,0.6.4.6 utf8-string,0.3.7 xmonad-contrib,0.10 xmonad,0.10 X11,1.5.0.1 syb,0.3.6
> Failed to satisfy the following dependencies for darcs:
>    unix>=1.0&&  <2.5&&  >=1.0&&  <2.5
> ~~~

It does not seem we have hasked-storage in extra/community.

It seems like you are missing some packages from extra/community. I'm 
not saying you should add them all. If you do not add them all just let 
us know so that we know we cannot mix new haskell with the old stuff in 
extra/community. Oooo, how I miss ghcDependency group in extra/haskell 
so that I can just ban them all with one line :) Here is the list of all 
packages I noticed, the ones you miss have * at the end of the line:

binary 0.5.0.2-8 *
bytestring-show 0.3.5-1 *
cairo 0.12.2-1 *
cgi 3001.1.7.4-3.1 *
dataenc 0.13.0.4-3.2
dbus 0.4-1 *
deepseq 1.1.0.2-2.1 *
fgl 5.4.2.3-4.1 *
ghc-paths 0.1.0.8-5 *
glib 0.12.2-1 *
glut 2.1.2.1-7.1 *
gtk 0.12.2-1 *
gtk2hs-buildtools 0.12.1-1 *
haddock 2.9.2-4 *
haskeline 0.6.3.2-2.2
haskell-src 1.0.1.4-2.1 *
hslogger 1.1.5-1 *
html 1.0.1.2-9.1
http 4000.1.1-3.1 *
hunit 1.2.2.3-2.1 *
mmap 0.5.7-3.2
mtl 2.0.1.0-3.1
network 2.3.0.2-2.1 *
opengl 2.2.3.0-7.1 *
pango 0.12.2-1 *
parallel 3.1.0.1-3.1 *
parsec 3.1.1-2.1 *
quickcheck 2.4.0.1-3.1 *
regex-base 0.93.2-4.1
regex-compat 0.93.1-4.1
regex-posix 0.94.4-2.1
stm 2.2.0.1-2.1 *
syb 0.3-2.1
tar 0.3.1.0-5
terminfo 0.3.1.3-4.2 *
text 0.11.0.5-2.1
transformers 0.2.2.0-3.1
utf8-string 0.3.6-7.2
x11 1.5.0.1-1
x11-xft 0.3.1-2 *
xhtml 3000.2.0.1-7.1 *
xmonad 0.10-2
zlib 0.5.3.1-2.1

I do not have all these installed nor I'm sure they are all libraries 
(where the ghc version matters). I got the list by scanning the output of
  pacman -Ss haskell |grep -E 'community/|extra/'

Peter.




More information about the arch-haskell mailing list