mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
ba809cf9a3
- sdistTarball transforms a normal Haskell build into one that produces a release tarball by running "sdist". For example: $ nix-shell -p "haskell.lib.sdistTarball haskellPackages.mtl" --command 'tar tfv $nativeBuildInputs/*tar.gz' - buildFromSdist transforms a normal Haskell build into one that compiles the package the an sdist release tarball created by Nix. For example: $ nix-shell -p "haskell.lib.buildFromSdist haskellPackages.mtl" --command "exit 0" - buildStrictly transforms a normal Haskell build into one that (a) compiles the source code with "-Wall -Werror" flags and (b) uses as input a locally generated sdist release tarball. For example: $ nix-shell -p "haskell.lib.buildStrictly haskellPackages.mtl" --command "exit 0" This function is particularly useful for continuous Hydra builds of Haskell packages. |
||
---|---|---|
.. | ||
configuration-common.nix | ||
configuration-ghc-6.12.x.nix | ||
configuration-ghc-7.0.x.nix | ||
configuration-ghc-7.2.x.nix | ||
configuration-ghc-7.4.x.nix | ||
configuration-ghc-7.6.x.nix | ||
configuration-ghc-7.8.x.nix | ||
configuration-ghc-7.10.x.nix | ||
configuration-ghc-head.nix | ||
configuration-ghcjs.nix | ||
default.nix | ||
dyre-nix.patch | ||
edit-distance-fix-boundaries.patch | ||
gcc-clang-wrapper.sh | ||
generic-builder.nix | ||
ghc-paths-nix-ghcjs.patch | ||
ghc-paths-nix.patch | ||
gnuplot-fix-new-time.patch | ||
graphviz-fix-ghc710.patch | ||
hackage-packages.nix | ||
haskell-src-meta-ghc710.patch | ||
lib.nix | ||
mueval-nix.patch | ||
with-packages-wrapper.nix | ||
wxc-no-ldconfig.patch | ||
xmonad-nix.patch |