Re: [Haskell] ETA on 7.10.3?

2015-09-02 Thread David Banas
.) Thanks, -db On Sep 2, 2015, at 12:05 AM, Ben Gamari wrote: > David Banas writes: > >> Hi, >> >> Does anyone have an ETA for ghc v7.10.3? >> (I'm trying to decide between waiting and backing up to 7.8.2, for a >> particular project.) >> > C

[Haskell] ETA on 7.10.3?

2015-09-01 Thread David Banas
Hi, Does anyone have an ETA for ghc v7.10.3? (I'm trying to decide between waiting and backing up to 7.8.2, for a particular project.) Thanks, -db ___ Haskell mailing list Haskell@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

[Haskell] ANNOUNCE: broker-haskell v0.1

2015-08-16 Thread David Banas
The initial release of broker-haskell, a Haskell binding to Broker (libbroker), the messaging library for Bro, a network security tool. Provides: - Language.Broker After downloading/extracting compressed tarball: davids-air-2:broker-haskell-0.1.0.0 dbanas$ cabal configure --prefix=$HOME --user

Re: [Haskell] libiconv trouble?

2015-08-15 Thread David Banas
ave been the problem, because when I comment out the two lines, above, in my .bash_profile file, ghci works fine. Thanks! On Aug 15, 2015, at 1:34 PM, Brandon Allbery wrote: > On Sat, Aug 15, 2015 at 4:26 PM, David Banas wrote: > Davids-MacBook-Air-2:tmp dbanas$ ghci > GHCi, version 7.10.

[Haskell] libiconv trouble?

2015-08-15 Thread David Banas
Anyone else hit this, after updating to the new Haskell Platform? Davids-MacBook-Air-2:tmp dbanas$ ghci GHCi, version 7.10.2: http://www.haskell.org/ghc/ :? for help : can't load .so/.DLL for: libiconv.dylib (dlopen(libiconv.dylib, 5): image not found) Thanks, -db _

[Haskell] Redundant entries in .cabal file?

2015-08-15 Thread David Banas
Hi all, Does anyone know why I’m getting redundant entries in my ‘cabal init’ generated .cabal file: library exposed-modules: Language.Broker, Language.Broker ? Is it because I’m using a *.hsc file, as my source, and cabal is finding both files: Broker.hsc, and Broker.hs in the Languag

[Haskell] ANNOUNCE: RandProc v0.4 released.

2011-07-03 Thread David Banas
v0.4 of `RandProc` has just been posted to Hackage: http://hackage.haskell.org/package/randproc In this release: * Examples of using the `RandProc` library to work problems from `Random Processes` text have been added. * `README` file has been fleshed out a bit.

[Haskell] ANNOUNCE: release v0.2 of RandProc library

2011-06-27 Thread David Banas
v0.2 of the `RandProc` library has been released to HackageDB. http://hackage.haskell.org/package/randproc Changes in this release: * Improved several severe performance bottlenecks. (The `goodDie` space can now actually be checked, without exhausting memory/time.) * C

[Haskell] ANNOUNCE: Release of 'randproc' package v0.1

2011-06-22 Thread David Banas
Announcing the release of v0.1 of 'randproc', a library for working with random processes. http://www.haskell.org/haskellwiki/Random_Processes ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell