input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
38 stars 8 forks source link

Make sure ~/.cabal ends up in different locations #1

Closed angerman closed 1 year ago

angerman commented 1 year ago

This is necessary as we otherwise clash beween static/dynamic libraries (and their paths) as encoded in the cabal store and then leak into static builds, or vice versa.