nixpkgs-suyu/pkgs/development/haskell-modules
Deniz Alp 777dcd7ee3 haskellPackages.ghc-vis: Disable library profiling
`ghc-vis` doesn't support library profiling, as noted in:
> http://felsin9.de/nnis/ghc-vis/#installation

This gets the package building and it runs fine when called from ghci as you
normally would, however when you actually try viewing an expression it fails
with the following error message:
```
ghc: Error running utility program: Unable to call the command  dot  with the
arguments: " -Txdot " because of:  dot: runInteractiveProcess: posix_spawnp:
does not exist (No such file or directory)
```
As far as I can tell that is because `ghc-vis` needs to run dot at runtime but
since it's a library adding `graphviz` as a dependency doesn't quite do the
trick.

And while not ideal adding `graphviz` to the shell you're running `ghc-vis` at
works around this issue.
2021-10-20 23:57:01 +03:00
..
configuration-hackage2nix haskellPackages.ghc-vis: Disable library profiling 2021-10-20 23:57:01 +03:00
patches haskellPackages.recursion-schemes: Fix profiling objects 2021-10-18 21:23:25 +08:00
cabal2nix-unstable.nix haskellPackages.cabal2nix-unstable: 2021-09-23 -> 2021-09-28 2021-09-28 23:18:49 +02:00
configuration-arm.nix haskell-language-server: Disable several plugin checks on arm 2021-09-19 15:10:35 +02:00
configuration-common.nix haskellPackages.ghc-vis: Disable library profiling 2021-10-20 23:57:01 +03:00
configuration-darwin.nix haskellPackages.hls-call-hierarchy-plugin: dontCheck on darwin 2021-09-30 11:39:38 +02:00
configuration-ghc-8.6.x.nix haskellPackages.{hackage-db,distribution-nixpkgs}: new rel. bounds 2021-07-26 18:59:58 +02:00
configuration-ghc-8.8.x.nix haskell.packages.*: reflect Cabal minor version update 2021-10-12 12:51:49 +02:00
configuration-ghc-8.10.x.nix haskell.packages.*: reflect Cabal minor version update 2021-10-12 12:51:49 +02:00
configuration-ghc-9.0.x.nix haskell.packages.ghc901.autoapply: 0.4.1 -> 0.4.1.1 2021-10-19 17:19:37 +08:00
configuration-ghc-9.2.x.nix haskell.packages.ghc921.streaming-commons: disable tests 2021-10-18 20:29:14 +08:00
configuration-ghc-head.nix haskellPackages.llvmPackages: dontRecurseIntoAttrs 2021-06-04 11:36:24 +02:00
configuration-ghcjs.nix ghcjs: init at 8.10.7 2021-09-15 12:51:34 +09:00
configuration-nix.nix haskellPackages.procex: only execute tests if Kernel >= 5.9 2021-10-13 12:31:31 +02:00
configuration-tensorflow.nix
default.nix
generic-builder.nix Merge pull request #129093 from siraben/haskell-mainProgram 2021-07-03 13:45:40 +02:00
generic-stack-builder.nix
hackage-packages.nix haskellPackages.ghc-vis: Disable library profiling 2021-10-20 23:57:01 +03:00
HACKING.md haskell: small improvements to script for merging haskell-updates PR 2021-09-20 09:55:22 +09:00
hoogle-local-wrapper.sh
hoogle.nix haskellPackages.shellFor: Work around hoogle generation failure 2021-06-16 12:13:49 +08:00
initial-packages.nix
lib.nix
make-package-set.nix haskellPackages.shellFor: Fix typo in the comments 2021-07-12 11:35:09 +09:00
non-hackage-packages.nix haskellPackages.graphql-engine: 2.0.5 -> 2.0.7 2021-08-19 14:15:21 +02:00
package-list.nix pkgs.haskell.package-list: init 2021-07-22 23:17:37 +02:00
stack-hook.sh
with-packages-wrapper.nix