eaner installation without force user touch configuration files.
myuser ALL=(ALL) NOPASSWD: /sbin/poweroff
Thanks for the help, Luis Cabellos
p.d: I'll add suspend with pm-suspend command in the next version BTW
___
Haskell-Cafe mailing list
H
it don't has the comments from *.hs file.
I use --prefix=c:\programs instead of --prefix=$HOME in configure.
Because I am working on Windows.
I don't use darcs, but I think that it's not the problem.
--
Thanks a lot, Luis Cabellos
___
Ha
Ok, With your example I realized that I don't write the type signature
declaration of anything. Without the type Haddock don't put the
comments from code in the generated doc. Now it works.
Thanks. Luis
On 11/26/06, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote:
It appears to be an error in cu
However, I would prefer to have two different types of libraries in haskell:
For graphics, something like SFML or SDL, no GUI implicit. but with
good/modern OpenGL. Maybe we won't need a direct binding, but rethinking
who should be done a SDL-like library in Haskell. Yep, FRP is cool, but
need cle
* Fixes on Windows, Macos and Linux versions (thanks Anthony Cowley,
ehird, axman6)
* Fix bug with preprocessor code in OpenCL source code
* Fix clSetKernelArg to allow cannot specify size of local memory arrays
Thanks,
Luis Cabellos
___
Haskell-Cafe
You should read
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.22.6768
If you want to be efficient with floats. Language independent.
Luis
On Wed, Jan 16, 2013 at 2:25 PM, ivan dragolov wrote:
>
> 9.3 - (2 * 4.5) => 0.3007
>
> I expected 0.3
>
> ?
>
> --
> Иван Драголов
>
Hello,
I have a question about cabal versioning. It's possible to export in a
cabal library a version, so instead of getting version from:
import Paths_my_package( version )
I want to get version from my library using:
import MyPackage( version )
And then using this from programs.
Than
You can export things from one module that are defined in other modules.
> For example:
>
> > module MyPackage ( version, ... )
>
> > import Paths_my_package( version )
> > ...
>
> Yes indeed, but I getting ugly errors (undefined references to version I
think) when use Paths_my_package from librar
>
> Did you tell cabal that Paths_my_package is a part of your library? If it
> is referenced by your code, then it should be listed in either
> "exposed-modules" or "other-modules", otherwise it won't be installed. I've
> never used dyre so I don't know whether it would cause any issues, but I
>
Hi,
I search the Haskell Platform webpage for older releases, I found it but
maybe it's worth to put a table of older releases as tar.gz file with their
ghc dependency, like (versions totally make up):
HP 2011.2.0.0 source, March 2011. -> ghc 13.1
HP 2010.2.0.0 source, July 2010. -> ghc 3.1
Thanks, i can check the ghc version on cabal file.
On Fri, Sep 9, 2011 at 6:53 PM, Joachim Breitner
wrote:
> Hi,
>
> Am Freitag, den 09.09.2011, 13:02 +0200 schrieb Luis Cabellos:
> >
> >I search the Haskell Platform webpage for older releases, I found
> > it bu
Hello, all.
I want to show you the OpenCL package. I have done this using Jeff Heard
OpenCLRaw package, but I create a new one due the lack of updates of the
former.
# Where to get it
* Hackage page (http://hackage.haskell.org/package/OpenCL)
* Repository (https://github.com/zhensydow/opencl)
*
On Mon, Oct 3, 2011 at 6:04 PM, Jason Dagit wrote:
> On Mon, Oct 3, 2011 at 3:56 AM, Luis Cabellos
> wrote:Your bindings are a higher quality than the the OpenCLRaw bindings and
> you're doing good technical work, but I stopped using your bindings
> for a couple reasons:
>
On Tue, Oct 4, 2011 at 7:46 PM, Jason Dagit wrote:
> On Tue, Oct 4, 2011 at 12:54 AM, Luis Cabellos
> wrote:
>
> > I understand your point. I didn't know the problems with cross module
> > inlining that Haskell suffers. I learned the BSD3, I think is a good and
> &
On Thu, Oct 13, 2011 at 9:13 PM, Martin Dybdal wrote:
> Hi everyone
>
> I just found this thread today, as I don't read Haskell-cafe that
> often (too bad, I know). I have been working on a set of OpenCL
> bindings for the last months myself, which I'm using to implement an
> OpenCL backend to the
(https://github.com/zhensydow/opencl/issues)
# Changes:
* Changed LICENSE to BSD3
* Changed error from 'IO (Either CLError a)' to IO a + CLError exceptions
* Added creation of programs using precompiled binaries (added example
program)
* Better documentation.
Thanks,
Lui
I update the package to 1.0.2.3 addid several changes from Elliott Hird, in
special a better install proccess with includes added to package tree.
On Wed, Nov 23, 2011 at 4:00 PM, Luis Cabellos wrote:
> Hello, all.
>
> I update the OpenCL package with a better error han
17 matches
Mail list logo