nixpkgs/pkgs
Peter Simons ba809cf9a3 haskell: add three new helper functions to the lib module
- 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.
2015-06-02 14:17:16 +02:00
..
applications add pdfpc, a presenter console with multi-monitor support for PDF files 2015-06-02 13:15:59 +02:00
build-support Fix ca-bundle paths 2015-05-29 14:03:34 -07:00
data geolite-legacy -> 2015-06-02 2015-06-02 01:38:15 +02:00
desktops xfce4-power-manager: 1.4.3 -> 1.4.4 2015-05-31 12:15:24 +02:00
development haskell: add three new helper functions to the lib module 2015-06-02 14:17:16 +02:00
games minetest: LuaJIT, in-app mod store, better fonts and enable translations 2015-05-31 11:36:56 -05:00
misc vim plugins: refactor and regenerate 2015-06-01 23:40:29 +03:00
os-specific mcelog 117 -> 118 2015-06-01 21:13:34 +02:00
servers samba: Revert style changes and get rid of some dependencies 2015-06-01 15:35:59 +02:00
shells cygwin: bash updated to 4.3 for cygwin platform 2015-05-29 10:18:06 +02:00
stdenv cygwin: stdenv 2015-05-28 10:53:34 +02:00
test
tools nxproxy & libxcomp: use lite instead of full nx-libs 2015-06-02 01:46:05 +02:00
top-level add pdfpc, a presenter console with multi-monitor support for PDF files 2015-06-02 13:15:59 +02:00