Major Haskell packages overhaul.
Several changes, some highlights:
* Structure of haskell-packages.nix updated. It's now easier to
select different default versions of packages for different
versions of GHC.
* GHC 7.0.2 is now default.
* Haskell Platform 2011.2.0.0 has been added and is now default.
* Several packages have been updated
(gtk2hs, gitit, xmonad, darcs, ...).
* Some old packages have been removed.
svn path=/nixpkgs/trunk/; revision=26288
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{cabal, cgi, json, parsec, xml}:
|
||||
{cabal, parsec, syb, xml}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "texmath";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "8d2bb26fc5aab09ae92d2c194ec39acb4e04c054ad2caf1a1db0dc9b53b4b1d4";
|
||||
propagatedBuildInputs = [cgi json parsec xml];
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0kw23b1df7456d2h48g2p7k8nvfv80a8a70xgkq4pn7v50vqipdy";
|
||||
propagatedBuildInputs = [parsec syb xml];
|
||||
meta = {
|
||||
description = "Conversion of LaTeX math formulas to MathML";
|
||||
license = "GPL";
|
||||
|
||||
Reference in New Issue
Block a user