Hi list,
I'm pleased to announce the first release to Hackage of isohunt, a library
which binds to the isoHunt API. See http://hackage.haskell.org/package/isohunt
Cheers,
Reiner___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman
Hi all,
I have just made the first release of CoreFoundation on Hackage:
http://hackage.haskell.org/package/CoreFoundation
This library provides bindings to part of the Apple CoreFoundation framework.
In particular, there is complete support for the CoreFoundation Preferences
system, including
Hi list,
I am pleased to announce the first release of hmatrix-syntax [1], which
provides quasiquoters to provide a nice syntax for vectors and matrices in
Alberto Ruiz's excellent matrix package[2].
Examples:
> {-# LANGUAGE QuasiQuotes, ViewPatterns #-}
>
> import Data.Packed
> import Data.Pa
Hello list,
I am pleased to announce a new release of the AppleScript package[1], which
supports compiling and running AppleScript code from Haskell, and also supports
calling back into Haskell from AppleScript. This release has many new features,
including:
* AppleScript can now call back int