Re: Overlapping and incoherent instances

2014-07-29 Thread Krzysztof Skrzętnicki
I think it may also lead to cleaner code. I would rather write a single section like this: #if NEW_GHC {-# bunch of OVERLAPPABLE declarations #-} #endif at the start of the file rather than have to insert a lot of CPP-guarded pragmas later. But it may be seen as an editor/IDE issue and

Re: Overlapping and incoherent instances

2014-07-29 Thread Krzysztof Skrzętnicki
How about CAN_OVERLAP? -- Krzysztof 29-07-2014 15:40, Brandon Allbery allber...@gmail.com napisał(a): On Tue, Jul 29, 2014 at 8:33 AM, Andreas Abel andreas.a...@ifi.lmu.de wrote: +1. I like Niklas' syntax better. Also OVERLAPPABLE is a horrible word, OVERLAPPING sound less formidable

Re: RFC: changes to -i flag for finding source files

2014-05-30 Thread Krzysztof Skrzętnicki
I would personally love to see this feature ported to GHC. Best regards, Krzysztof On Fri, May 30, 2014 at 11:00 AM, John Meacham j...@repetae.net wrote: JHC has the feature that Graphics.UI.GTK.Button can live in any of: Graphics/UI/GTK/Button.hs Graphics/UI/GTK.Button.hs

Re: GHC 7.8 release?

2013-02-13 Thread Krzysztof Skrzętnicki
, Krzysztof Skrzętnicki On Wed, Feb 13, 2013 at 10:00 AM, Simon Marlow marlo...@gmail.com wrote: On 13/02/13 07:06, wren ng thornton wrote: On 2/12/13 3:37 AM, Simon Marlow wrote: One reason for the major version bumps is that base is a big conglomeration of modules, ranging from those

Re: trac ticket spam

2011-03-12 Thread Krzysztof Skrzętnicki
report). - Less preferred: - *To submit an anonymous bug: use login guest, password guest* - *Bug reports can also be emailed to glasgow-haskell-bugs@….* - Perhaps one of these ways is being exploited? Best regards, Krzysztof Skrzętnicki On Sat, Mar 12, 2011 at 23:27, Ian

Re: how to link a minimal executable?

2010-08-11 Thread Krzysztof Skrzętnicki
executables if you use many libraries. A way around it is using dynamic libraries, which does decrease the size of executable, but can increase the complexity of deployment. Perhaps someone will know the details better than me. Best regards, Krzysztof Skrzętnicki On Wed, Aug 11, 2010 at 23:31, Greg

Re: Profiling bug in 6.10.4

2010-03-22 Thread Krzysztof Skrzętnicki
[I forgot to reply-all first time. Sorry.] Perhaps it's not a problem with profiling itself, but rather with rewrite rules for hmatrix or some other package. If they fire they can alter semantics of computations, and thus change numerical properties of code. Best regards Krzysztof Skrzętnicki

Re: Profiling bug in 6.10.4

2010-03-22 Thread Krzysztof Skrzętnicki
-17.753e-52.514e-7 1.566e-52.387e-1 3.089e-14 6.337e-11 5.791e-11 5.665e-16 1709306.677 0.01 1.180e-157.612e-17.753e-52.514e-7 1.566e-52.387e-1 3.089e-14 6.337e-11 5.791e-11 5.665e-16 Best regards Krzysztof Skrzętnicki 2010/3/22 Gregory Wright gwri

Re: ghc rts selection and third party libraries

2010-02-01 Thread Krzysztof Skrzętnicki
Perhaps rtsSupportsBoundThreads can help: http://www.haskell.org/ghc/docs/6.12.1/html/libraries/base-4.2.0.0/Control-Concurrent.html#v%3ArtsSupportsBoundThreads Best regards Krzysztof Skrzętnicki On Mon, Feb 1, 2010 at 06:33, John Lask jvl...@hotmail.com wrote: Hello I hope someone can

Re: Static library to redefine entrypoint

2009-04-24 Thread Krzysztof Skrzętnicki
Why not just tell them to import your library and do something like main = withSomeInit labMain where withSomeInit is the function you provide? This approach is present in some other libs that require initialization. Best regards Christopher Skrzętnicki On Fri, Apr 24, 2009 at 12:56, Philip

Possible Haddock bug affecting GHC docs

2008-12-21 Thread Krzysztof Skrzętnicki
Hello everyone Please visit these to pages: http://www.haskell.org/ghc/docs/6.8.3/html/libraries/haskell98/CTypes.html -- ver 0.9 http://www.haskell.org/ghc/docs/6.10.1/html/libraries/haskell98/CTypes.html -- ver 2.3.0 They show documentation produced by Haddock. The problem is: on the second