[commit: hadrian] master: Add `gmp` and `ncurses` as nix dependencies (#616) (c51b92b)

git at git.haskell.org git at git.haskell.org
Thu Jul 26 21:36:01 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/c51b92b59d638f0692b7649d1aad226c5b500a56

>---------------------------------------------------------------

commit c51b92b59d638f0692b7649d1aad226c5b500a56
Author: Sean Gillespie <sean at mistersg.net>
Date:   Wed Jun 13 07:04:57 2018 -0400

    Add `gmp` and `ncurses` as nix dependencies (#616)
    
    See #615


>---------------------------------------------------------------

c51b92b59d638f0692b7649d1aad226c5b500a56
 shell.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shell.nix b/shell.nix
index f193000..041bf09 100644
--- a/shell.nix
+++ b/shell.nix
@@ -76,6 +76,8 @@ in
         [ hadrianPackages.hadrian
           nixpkgs.arcanist
           nixpkgs.git
+          nixpkgs.gmp.dev nixpkgs.gmp.out
+          nixpkgs.ncurses.dev nixpkgs.ncurses.out
           nixpkgs.python3Packages.sphinx
           nixpkgs.texlive.combined.scheme-basic
           (nixpkgs.haskell.packages.ghc822.ghcWithPackages



More information about the ghc-commits mailing list