[Haskell] ANNOUNCE: isohunt-0.1, bindings to isoHunt API

2012-03-05 Thread Reiner Pope
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

[Haskell] ANN: CoreFoundation-0.1

2012-02-29 Thread Reiner Pope
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

[Haskell] ANNOUNCE: hmatrix-syntax

2012-02-15 Thread Reiner Pope
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

[Haskell] ANNOUNCE: AppleScript-0.2.0.1

2012-02-15 Thread Reiner Pope
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