Re: [arch-haskell] ghc-vis

2015-10-18 Thread Magnus Therning
On Fri, Oct 16, 2015 at 08:13:56AM -0600, stef204 wrote: > 16.10.2015, 05:38, "Magnus Therning" : > > I usually operate on *all added packages* at once through the whole > > upgrade/add process. > > > > Here above ^^ I am not completely sure what you mean > Are you referring to using just one

Re: [arch-haskell] ghc-vis

2015-10-16 Thread stef204
16.10.2015, 05:38, "Magnus Therning" : > > I've just pushed up a new version to Hackage with that change included. > It'll get to `[haskell-core]` soon-ish. > Thanks a lot. Got it and upgraded. > > Maybe `build` is badly named, it doesn't *perform* a build, it only > outputs an order for a succ

Re: [arch-haskell] ghc-vis

2015-10-16 Thread Magnus Therning
On Fri, Oct 16, 2015 at 03:07:18AM -0600, stef204 wrote: > > > 15.10.2015, 16:04, "Magnus Therning" : > > Thanks for your feedback. > > >>  So, besides ghc-7.10.2-1, already installed obviously, haskell-glut > >>  and haskell-opengl both of which I found in the haskell-core repo, it > >>  seems

Re: [arch-haskell] ghc-vis

2015-10-16 Thread stef204
15.10.2015, 16:04, "Magnus Therning" : Thanks for your feedback. >>  So, besides ghc-7.10.2-1, already installed obviously, haskell-glut >>  and haskell-opengl both of which I found in the haskell-core repo, it >>  seems I need to go through the same 1-7 steps for each missing >>  individual pa

Re: [arch-haskell] ghc-vis

2015-10-15 Thread Magnus Therning
On Thu, Oct 15, 2015 at 02:14:29PM -0600, stef204 wrote: > > 15.10.2015, 04:26, "Magnus Therning" : > Magnus, > > Comment: while I haven't yet had success with it in installing the > packages targeted (hopefully this will happen after this post), > cblrepo looks like great work. > > Back to issu

Re: [arch-haskell] ghc-vis

2015-10-15 Thread stef204
15.10.2015, 04:26, "Magnus Therning" : Magnus, Comment: while I haven't yet had success with it in installing the packages targeted (hopefully this will happen after this post), cblrepo looks like great work. Back to issue at hand, inline below. > > 1. clone

Re: [arch-haskell] ghc-vis

2015-10-15 Thread Magnus Therning
On Thu, Oct 15, 2015 at 11:23:58AM -0600, stef204 wrote: > > > 15.10.2015, 04:26, "Magnus Therning" : > > >>  How would I go about building the Arch package before installing > >>  it...? > > > > 1. clone > > 2. install `cblrepo` from [haskell-core] > > 3.

Re: [arch-haskell] ghc-vis

2015-10-15 Thread stef204
15.10.2015, 04:26, "Magnus Therning" : >>  How would I go about building the Arch package before installing >>  it...? > > 1. clone > 2. install `cblrepo` from [haskell-core] > 3. run `cblrepo sync` > 4. move into the `habs` repo and run `cblrepo add ...`

Re: [arch-haskell] ghc-vis

2015-10-15 Thread Magnus Therning
On Tue, Oct 13, 2015 at 07:45:52AM -0600, stef204 wrote: > > > 13.10.2015, 06:44, "Magnus Therning" : > > > > The package `haskell-graphviz` is no longer in [haskell-core]. Right > > now I can't recall why I removed it, but most likely it was a lack of > > upstream updates resulting in other pack

Re: [arch-haskell] ghc-vis

2015-10-13 Thread stef204
13.10.2015, 13:55, "Barry Fishman" : > > Arch runs the new GHC 7.10 release. When GHC went from 7.8 to 7.10 > there were incompatible changes made to the base packages. ghc-vis > has issues with the updated base packages, described in its bug report > list (with possible workarounds): > >   http

Re: [arch-haskell] ghc-vis

2015-10-13 Thread Barry Fishman
On 2015-10-13 07:45:52 -0600, stef204 wrote: > 13.10.2015, 06:44, "Magnus Therning" : >> >> The package `haskell-graphviz` is no longer in [haskell-core]. Right >> now I can't recall why I removed it, but most likely it was a lack of >> upstream updates resulting in other packages being kept back.

Re: [arch-haskell] ghc-vis

2015-10-13 Thread stef204
13.10.2015, 06:44, "Magnus Therning" : > > The package `haskell-graphviz` is no longer in [haskell-core]. Right > now I can't recall why I removed it, but most likely it was a lack of > upstream updates resulting in other packages being kept back. > >>  During 'cabal install ghc-vis --disable-lib

Re: [arch-haskell] ghc-vis

2015-10-13 Thread Magnus Therning
On Tue, Oct 13, 2015 at 03:12:44AM -0600, stef204 wrote: > Hi, > > I am learning Haskell, following various tutorials, etc. > > Trying to install ghc-vis to help me better understand how Haskell > works. "ghc-vis is a tool to visualize live Haskell data structures in > GHCi." > > And trying to f

[arch-haskell] ghc-vis

2015-10-13 Thread stef204
Hi, I am learning Haskell, following various tutorials, etc. Trying to install ghc-vis to help me better understand how Haskell works. "ghc-vis is a tool to visualize live Haskell data structures in GHCi." And trying to follow this guide to install it, specifically as it relates to Arch: