nixpkgs/pkgs
Peter Simons 2862d272a6 haskell: add support for all of Hackage
The function "callHackage <name> <version>" generates build instructions for
the requested library version on-the-fly. All of Hackage is available. Note:
this code is brand-new, experimental, and it might change in the future. Don't
base production code on this feature yet.

Example usage:

  $ nix-shell -p 'haskellPackages.callHackage "cpphs" "1.19.3" {}' --run "cpphs --version"
  cpphs 1.19.3

  $ nix-shell -p 'haskellPackages.ghcWithPackages (self: [(self.callHackage "hsdns" "1.6.1" {})])' --run "ghc-pkg list hsdns"
  /nix/store/p6r81k2vb2pzy4wcvri6z9m492i0hg63-ghc-8.0.1/lib/ghc-8.0.1/package.conf.d
      hsdns-1.6.1
2016-06-12 08:37:06 +02:00
..
applications sane-backends-git: fix corrupted hash 2016-06-12 00:28:55 +02:00
build-support Merge pull request #16030 from abbradar/fhs-refactor 2016-06-11 21:04:20 +04:00
data fontforge: 20150824 -> 20160404 2016-06-11 02:43:44 +03:00
desktops gnome3.gdm: fix version 3.14 for being used with gnome-shell 3.20. Closes #16063 2016-06-11 16:47:14 +02:00
development haskell: add support for all of Hackage 2016-06-12 08:37:06 +02:00
games Merge pull request #16091 from ryantm/minecraft 2016-06-11 22:35:19 +03:00
misc vimPlugins: add localvimrc 2016-06-11 23:13:15 +02:00
os-specific linux 4.6.1 -> 4.6.2 2016-06-10 09:30:11 -04:00
servers dspam: disable on Darwin 2016-06-11 03:40:22 +03:00
shells no more goPackages 2016-06-09 13:08:00 +02:00
stdenv stdenv: fix paxmark 2016-05-27 18:57:59 +02:00
test Remove cruft 2016-04-26 17:31:54 +02:00
tools btrfs-progs: 4.5.3 -> 4.6 2016-06-12 00:28:55 +02:00
top-level Merge pull request #16139 from romildo/upd.catfish 2016-06-11 22:33:02 +03:00