Félix
Félix
**Describe the bug** It is currently impossible to use `nix-store --delete $storePath` when running nix through sudo. @thufschmitt investigated a bit the issue and realized sudo adds the sudo cmd...
This project is correctly building using base64-bytestring-1.1.0.0. Relaxing the upper bound accordingly. ``` $ ghc-pkg list base64-bytestring /nix/store/wjwacdwx99hmvqzbg9f3zn970iq42gxn-ghc-8.10.4-with-packages/lib/ghc-8.10.4/package.conf.d base64-bytestring-1.1.0.0 $ cabal build Resolving dependencies... Build profile: -w ghc-8.10.4 -O1 In...
We are currently using a wrong approach to index a file's used symbols (see indexModule in the ProcessingSteps.hs file). Basically, we are looking at the modules provided by the package...
We have a problem when adding the line marker in the code snippets from our HTML Renderer. They are sometimes misplaced. TBH, this feature has been added in a rush,...
> I'd really like to know before I drill into a thing if there are actually any examples though. Drilling down 4 clicks to find nothing is kind of a...
Instead of using the current build process, ie. 1. Build the package using stack. 1. Retrieve the dynamic flags using cabal-helper. 1. Load the modules in GHC API using these...
Looks like something's wrong when running cabal-helper's utility in circleci. It makes the whole integration tests fail. ``` /nix/store/r198yr21df0jnvaf5apb6pb01a4l3b1i-cabal-helper-0.8.1.2/libexec/x86_64-linux-ghc-8.4.3/cabal-helper-0.8.1.2/cabal-helper-wrapper "--with-ghc=ghc" "--with-ghc-pkg=ghc-pkg" "--with-cabal=cabal" "v1-style" "/home/circleci/project/test/integration/workdir/text-1.2.3.1" "/home/circleci/project/test/integration/workdir/text-1.2.3.1/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1" "package-db-stack" "flags" "compiler-version" "ghc-merged-pkg-options" "config-flags"...
Currently, ex-hack fails to build certain packages necessating external libraries to be built (ie. zlib, gl, ...). We need to create an environment (chroot? container? nix-env?) where most of these...