nixpkgs/pkgs/development
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
..
arduino Fixed several "package has no version" warnings 2015-05-14 17:19:41 +02:00
compilers openjdk8: fix build by applying the patch from debian 2015-05-31 18:02:41 +02:00
coq-modules coq-tlc: fix package 2015-06-02 13:53:17 +02:00
eclipse
go-modules/generic goPackages: Build on hydra 2015-05-22 15:58:51 -07:00
guile-modules remove all references to stdenv.cc.cc.is{GNU,Clang} 2015-05-11 14:44:50 -07:00
haskell-modules haskell: add three new helper functions to the lib module 2015-06-02 14:17:16 +02:00
interpreters Update Octave to 4.0.0 2015-05-31 11:01:51 +03:00
libraries Merge pull request #8108 from codyopel/sass 2015-06-02 12:32:26 +02:00
lisp-modules ca-bundle.crt is now in the root irectory of the cacert package 2015-05-31 19:37:30 +03:00
lua-modules
misc
mobile titaniumsdk: upgrade 3.5.0 to 3.5.1 2015-05-19 14:27:55 +00:00
ocaml-modules ocaml-uri: update from 1.7.2 to 1.9.0 2015-06-02 13:53:17 +02:00
perl-modules
pharo Pharo launcher 0.2.4 -> 0.2.7 2015-05-05 15:15:31 +02:00
pure-modules Fairly complete set of packages for Pure 2015-05-26 17:51:07 +10:00
python-modules boto: Remove obsolete patch 2015-05-29 11:21:49 -04:00
qtcreator
r-modules r-modules: disable broken builds 2015-05-15 13:48:38 +02:00
ruby-modules
tools sassc: 3.2.1 -> 3.2.4 2015-06-01 01:28:18 -04:00
web Update iojs to v.2.2.1 2015-06-01 15:34:31 +02:00