Guest User

Untitled

a guest
Dec 28th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. {
  2.  
  3. allowUnfree = true;
  4.  
  5.  
  6. packageOverrides = super: let self = super.pkgs; in cabal-install cpphs happy ghc-paths
  7. aeson async base bytestring
  8. containers data-default deepseq Earley either exceptions
  9. filepath free haskell-src-meta # lens interpolatedstring-perl6
  10. language-python mtl parallel process QuickCheck semigroups
  11. split template-haskell text time transformers vinyl wai warp
  12. wl-pprint-text
  13.  
  14. {
  15.  
  16. myHaskell =
  17. self.haskellPackages.ghcWithPackages # ghcWithHoogle
  18. (haskellPackages: with haskellPackages; [
  19.  
  20. random alex
  21. ]);
  22. };
  23.  
  24. }
  25.  
  26. /*
  27.  
  28.  
  29.  
  30. nix-env -iA nixpkgs.myHaskell
  31.  
  32. [Error]
  33. collision between ‘/nix/store/9j1dmzybgmqw5725a5039yz1y31ndcj5-interpolatedstring-perl6-1.0.0/lib/ghc-8.0.1/interpolatedstring-perl6-1.0.0/libHSinterpolatedstring-perl6-1.0.0-1WpUzFA59v7FsfEEkl8LNi-ghc8.0.1.so’ and ‘/nix/store/5sblvp6shjd5ihnir34yi86vdz1pqxh2-ghc-8.0.1/lib/ghc-8.0.1/interpolatedstring-perl6-1.0.0/libHSinterpolatedstring-perl6-1.0.0-1WpUzFA59v7FsfEEkl8LNi-ghc8.0.1.so’; use ‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of one of the conflicting packages
  34.  
  35. building path(s) ‘/nix/store/mvzpzh2yjyrkyvznidvd4v84878zi37k-user-environment’
  36. Wide character in die at /nix/store/64jc9gd2rkbgdb4yjx3nrgc91bpjj5ky-buildenv.pl line 79.
  37. collision between ‘/nix/store/sdp18c1nac833lcf6cl34cfa2vrwlamh-lens-4.14/lib/ghc-8.0.1/lens-4.14/Control/Exception/Lens.dyn_hi’ and ‘/nix/store/niv3qhgwdfaq3h9p9bbv65my5h8riqf0-ghc-8.0.1/lib/ghc-8.0.1/lens-4.14/Control/Exception/Lens.dyn_hi’; use ‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of one of the conflicting packages
  38. builder for ‘/nix/store/9jvmhvxnb9j95s47hmphdzpa64znhby6-user-environment.drv’ failed with exit code 255
  39. error: build of ‘/nix/store/9jvmhvxnb9j95s47hmphdzpa64znhby6-user-environment.drv’ failed
  40.  
  41. building path(s) ‘/nix/store/s65zj3qw8df7m5lsnqpc6w8fk21099dr-user-environment’
  42. Wide character in die at /nix/store/64jc9gd2rkbgdb4yjx3nrgc91bpjj5ky-buildenv.pl line 79.
  43. collision between ‘/nix/store/x80gm9yxym6xihpnlgrrhpr8y3pvrqpf-cabal-install-1.24.0.2/bin/cabal’ and ‘/nix/store/41yzrgxjjcy8dyk69q8g8a7667ri06ym-ghc-8.0.1/bin/cabal’; use ‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of one of the conflicting packages
  44. builder for ‘/nix/store/ljjwbjpblghx32kndxghrnf0aadm8qji-user-environment.drv’ failed with exit code 255
  45. error: build of ‘/nix/store/ljjwbjpblghx32kndxghrnf0aadm8qji-user-environment.drv’ failed
  46.  
  47.  
  48. */
Add Comment
Please, Sign In to add comment