[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

Re: [Haskell] Redundant entries in .cabal file?

2015-08-15 Thread Andrew Morris
On 15 Aug 2015, at 16:03, David Banas capn.fre...@gmail.com wrote: 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

[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 command line: can't load .so/.DLL for: libiconv.dylib (dlopen(libiconv.dylib, 5): image not found) Thanks, -db

Re: [Haskell] libiconv trouble?

2015-08-15 Thread David Banas
No, but I did set two other, related environment variables, very recently: export LIBRARY_PATH=$HOME/anaconda/lib:$LIBRARY_PATH export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:$HOME/anaconda/lib:/usr/local/bro/lib:$DYLD_FALLBACK_LIBRARY_PATH and one of them must have been the problem, because

Re: [arch-haskell] GHC 7.10.2?

2015-08-15 Thread Magnus Therning
On Fri, Aug 14, 2015 at 04:53:00PM +0200, Bardur Arantsson wrote: Hi all, Anybody on the list know if there's any ETA for GHC 7.10.2 packages? Are you sure you don't already have it? I built and pushed it about 3 weeks ago! % pacman -Q ghc ghc 7.10.2-1 /M -- Magnus Therning