Niklas Hambüchen

Results 370 comments of Niklas Hambüchen

@epsilonidiot Now this is odd. Here's what it looks like for me: ``` stack@ares:~$ ghc-pkg list filemanip /opt/stackage/lts-2/ghc/lib/ghc-7.8.4.20141229/package.conf.d filemanip-0.3.6.3 stack@ares:~$ ghci GHCi, version 7.8.4.20141229: http://www.haskell.org/ghc/ :? for help Loading package...

What about a `Storable` instance? Proposal: ``` haskell -- From: http://www.haskell.org/haskellwiki/FFI_cook_book #let alignment t = "%lu", (unsigned long) offsetof(struct { char x__; t (y__); }, y__) instance Storable PktHdr where...

@ntc2 > Could you say more about the endianness concern? I last commented in 2012, so my memory might not be super fresh here, but it's about the byte ordering...

@ntc2: > Won't the Storable instance just write whatever byte order the machine it's on supports? I also don't havea big endian machine (well probably I have given that newer...

OK, sounds good then! Thanks for doing this!

This would be great to have, I also suffer somewhat from stderr being spammed. The PR looks good to me, the only thing that should be fixed is the 3...

You can use the [`nix`](https://en.wikipedia.org/wiki/Nix_package_manager) package manager with its [nixpkgs](https://github.com/NixOS/nixpkgs/#readme) package repository to get static `rsync` executables. I've done this here for 64-bit Linux: [**rsync-v3.2.3-static** download](https://github.com/nh2/rsync/releases/download/v3.2.3/rsync-v3.2.3-static-x86_64.tar.gz) Nixpkgs makes it easy...

If I wanted to contribute time to make a 1.5.1 release with the security holes fixed, what steps would I have to take? Is it sufficient to just PR a...

I've implemented this for ghc-mod; it seems quite easy to do! https://github.com/nh2/ghc-mod/commit/3f9c1c20e92fcfa0aab3220e7e216fb9875f4a36 All that's needed is replacing `GHC.setTargets [target]` with GHC.setTargets targets`.