haskell-texmath: updated to version 0.5.0.2
svn path=/nixpkgs/trunk/; revision=30079
This commit is contained in:
parent
041170f5ec
commit
629c2411cd
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "texmath";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0kw23b1df7456d2h48g2p7k8nvfv80a8a70xgkq4pn7v50vqipdy";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "1ysg28q1l33hi6ias5pw0qps46kbys5piczipacrp58b0cm6pvrg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ parsec syb xml ];
|
|
@ -1170,9 +1170,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
testpack = callPackage ../development/libraries/haskell/testpack {};
|
||||
|
||||
texmath_0_4 = callPackage ../development/libraries/haskell/texmath/0.4.nix {};
|
||||
texmath_0_5_0_1 = callPackage ../development/libraries/haskell/texmath/0.5.0.1.nix {};
|
||||
texmath = self.texmath_0_5_0_1;
|
||||
texmath = callPackage ../development/libraries/haskell/texmath {};
|
||||
|
||||
text_0_11_0_5 = callPackage ../development/libraries/haskell/text/0.11.0.5.nix {};
|
||||
text_0_11_0_6 = callPackage ../development/libraries/haskell/text/0.11.0.6.nix {};
|
||||
|
|
Loading…
Reference in New Issue