codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

Join stackage #598

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, xmonad does not build against the packages in the latest Stackage 
LTS release, in particular utf8-string-1. It would be great if xmonad would 
join stackage so that such problems are detected early. It also gives you some 
QA for free: http://www.stackage.org/authors

Original issue reported on code.google.com by nome...@gmail.com on 2 Apr 2015 at 11:42

GoogleCodeExporter commented 8 years ago
I just tried bumping the upper bound on the utf8-string dependency to ">= 0.3 
&& < 1.1" in xmonad.cabal and it appears to build fine against Stackage LTS 
2.7. So I believe this is a one-line fix. A grep of the xmonad source reveals 
no use of the deprecated imports that were removed in the bump from 0.3.x to 
1.0, and the same holds for XMonadContrib. I'll submit a patch.

Original comment by jshholland on 5 May 2015 at 10:26

GoogleCodeExporter commented 8 years ago
Awesome, thanks!

Can you also send a pull request to add it to Stackage?
http://www.stackage.org/authors

Original comment by ericmart...@gmail.com on 9 May 2015 at 10:43

GoogleCodeExporter commented 8 years ago
Created https://github.com/fpco/stackage/pull/584

Original comment by jshholland on 12 May 2015 at 8:31

GoogleCodeExporter commented 8 years ago
The pull request has been rejected because my patch to increase the bound on 
utf8-string hasn't made it to a released Hackage version yet. Is there a 
release planned yet? Does this merit a full point release on its own?

Original comment by jshholland on 12 May 2015 at 9:25

GoogleCodeExporter commented 8 years ago
With my Debian packaging maintainer hat on: Yes, it does merit a release, 
either on its own or a proper new release.

Original comment by nome...@gmail.com on 12 May 2015 at 9:37

GoogleCodeExporter commented 8 years ago
Any plans for a point release with this patch?

Original comment by nome...@gmail.com on 31 May 2015 at 9:33

GoogleCodeExporter commented 8 years ago
Bump. Still waiting on that release.

Original comment by danburto...@gmail.com on 21 Jul 2015 at 4:11