mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
release{,-8.2}.nix: don't provide display modules by default
This commit is contained in:
parent
eb90eb781e
commit
a4c8e6f896
@ -107,21 +107,7 @@ let
|
||||
} // displays self;
|
||||
};
|
||||
ihaskell = haskellPackages.ihaskell;
|
||||
ihaskellEnv = haskellPackages.ghcWithPackages (self: with self; [
|
||||
ihaskell
|
||||
ihaskell-aeson
|
||||
ihaskell-blaze
|
||||
ihaskell-charts
|
||||
ihaskell-diagrams
|
||||
ihaskell-gnuplot
|
||||
ihaskell-hatex
|
||||
ihaskell-juicypixels
|
||||
ihaskell-magic
|
||||
ihaskell-plot
|
||||
# ihaskell-rlangqq
|
||||
ihaskell-static-canvas
|
||||
# ihaskell-widgets
|
||||
] ++ packages self);
|
||||
ihaskellEnv = haskellPackages.ghcWithPackages (self: [ self.ihaskell ] ++ packages self);
|
||||
jupyter = nixpkgs.python3.withPackages (ps: [ ps.jupyter ps.notebook ]);
|
||||
ihaskellSh = nixpkgs.writeScriptBin "ihaskell-notebook" ''
|
||||
#! ${nixpkgs.stdenv.shell}
|
||||
|
16
release.nix
16
release.nix
@ -64,21 +64,7 @@ let
|
||||
} // displays self;
|
||||
};
|
||||
ihaskell = haskellPackages.ihaskell;
|
||||
ihaskellEnv = haskellPackages.ghcWithPackages (self: with self; [
|
||||
ihaskell
|
||||
ihaskell-aeson
|
||||
ihaskell-blaze
|
||||
ihaskell-charts
|
||||
ihaskell-diagrams
|
||||
ihaskell-gnuplot
|
||||
ihaskell-hatex
|
||||
ihaskell-juicypixels
|
||||
ihaskell-magic
|
||||
ihaskell-plot
|
||||
# ihaskell-rlangqq
|
||||
ihaskell-static-canvas
|
||||
# ihaskell-widgets
|
||||
] ++ packages self);
|
||||
ihaskellEnv = haskellPackages.ghcWithPackages (self: [ self.ihaskell ] ++ packages self);
|
||||
jupyter = nixpkgs.python3.withPackages (ps: [ ps.jupyter ps.notebook ]);
|
||||
ihaskellSh = nixpkgs.writeScriptBin "ihaskell-notebook" ''
|
||||
#! ${nixpkgs.stdenv.shell}
|
||||
|
Loading…
x
Reference in New Issue
Block a user