diff options
| author | Peter Simons <simons@cryp.to> | 2016-06-11 19:21:19 +0200 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2016-06-12 08:37:06 +0200 |
| commit | 2862d272a606c6188c4c33dab60de4e0066ee194 (patch) | |
| tree | b9ec6e9b9ebee7734993ada5b4664da6e33dfb78 /pkgs/development/python-modules/httpserver | |
| parent | 52aad6c77de84daed8fb52534154d1008e0df2bf (diff) | |
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
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
