Facundo Domínguez
Facundo Domínguez
## Problem `hindent` changes the meaning of the formatted code, which would make unattended formatting rather dangerous. - [x] I checked the issue tracker for existing issues about this problem....
I have installed in /usr both ghc-6.12.3 and ghc-7.0.3, and the default ghc is ghc-7.0.3 running `cabal-dev install mypackage --with-compiler=/usr/local/bin/ghc-6.12.3` installs the package in cabal-dev/packages-7.0.3.conf despite of the fact that...
Spark programs scale as long as the partition sizes of the inputs are bounded. This issue is to explore whether it would be possible to track in the type of...
We are hoping that an implementation of linear types in GHC could provide an ultimate solution. The stop gap is to do runtime analysis by collecting traces of execution to...
Sending the SIGTERM or SIGINT signals to a sparkle application sends the signals to the process. Handlers should be installed to terminate the thread running the main function of Haskell....
The tests cover a haskell_binary with a haskell_toolchain_library dependency but not a haskell_binary with a haskell_library or even haskell_cabal_library dependency. It might be good to add such test cases as...
Se the discussion here https://github.com/tweag/clodl/pull/36#discussion_r540817939 Related to this, we had a request to use tar as an archiving format in #31. If tar files were easier to make reproducible, it...
``` ERROR: /home/centos/clodl/BUILD:54:16: Linking of rule '//:libclotest_wrapper.so' failed (Exit 1) gcc failed: error executing command /nix/store/8pbwywcj6vbswz7xmy2dh716x8blgh8w-gcc-wrapper-9.3.0/ bin/gcc @bazel-out/k8-fastbuild/bin/libclotest_wrapper.so-2.params Use --sandbox_debug to see verbose messages from the sandbox /nix/store/p792j5f44l3f0xi7ai5jllwnxqwnka88-binutils-2.31.1/bin/ld.gold: error: bazel-out/k8-fastbuild/bin/_solib_k8/_U_S_S_Clibclotest_Uwrapper.so___Uclotest_UUsolib/libhello-hs.so:...
cc_library doesn't link the dependencies into the library, which makes relying on ldd insuficient to find the dependencies. We will have to see how to find them. Failing that we...
This likely requires using cc_haskell_import or writing some adapter rule for the purpose. As it stands, `haskell_library` doesn't yield the shared library in the outputs. cc_haskell_import was not forwarding some...