Re: [Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Jason Dagit
On Fri, Aug 20, 2010 at 7:14 AM, Johan Tibell wrote: > On Fri, Aug 20, 2010 at 4:07 PM, Johannes Waldmann < > waldm...@imn.htwk-leipzig.de> wrote: > >> Of course I understand "lack of developer time". >> Could any of this be forked out as student projects? >> > > These kind of projects are perfect

[Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Johannes Waldmann
Johannes Waldmann imn.htwk-leipzig.de> writes: > I will teach a course (Sept. - Jan.) noh, it's Oct. - Jan. otherwise it'd be too much of a good thing ... ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listin

[Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Johannes Waldmann
> Could any of this be forked out as student projects? I will teach a course (Sept. - Jan.) that introduces Haskell (students know Java). Part of the coursework is a programming project. I could assign some cabal tickets - but perhaps that's a bit far-fetched (requires understanding of the ghc in

Re: [Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Ivan Lazar Miljenovic
Johannes Waldmann writes: > Daniel Fischer web.de> writes: > >> The problem is that otherpackages may depend on them too, so when cabal >> automatically reinstalls, those can break. > > how can this be - if the re-installed package is compiled > from the exact original source (as I just learne

Re: [Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Johan Tibell
On Fri, Aug 20, 2010 at 4:07 PM, Johannes Waldmann < waldm...@imn.htwk-leipzig.de> wrote: > Of course I understand "lack of developer time". > Could any of this be forked out as student projects? > These kind of projects are perfect for Google Summer of Code. We had two Cabal projects this year (

[Haskell-cafe] Re: cabal-install profiling libraries

2010-08-20 Thread Johannes Waldmann
Daniel Fischer web.de> writes: > The problem is that otherpackages may depend on them too, so when cabal > automatically reinstalls, those can break. how can this be - if the re-installed package is compiled from the exact original source (as I just learned, cabal stores the sources)? or do y