haskell-split: delete version 0.1.x ... again

Man, getting rid of split 0.1.x is more difficult than I would have thought.
This commit is contained in:
Peter Simons 2012-09-17 15:49:41 +02:00
parent 177a0d761a
commit 51722e9526
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "split";
version = "0.1.4.3";
sha256 = "1i9vmb0zvmhqj6qcbnsapsk9lhsyzznz336c8s7v4sz20s99hsby";
meta = {
homepage = "http://code.haskell.org/~byorgey/code/split";
description = "Combinator library for splitting lists";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1432,7 +1432,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
SMTPClient = callPackage ../development/libraries/haskell/SMTPClient {};
split_0_1 = callPackage ../development/libraries/haskell/split/0.1.nix {};
split = callPackage ../development/libraries/haskell/split {};
stbImage = callPackage ../development/libraries/haskell/stb-image {};
@ -1811,7 +1810,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
xmonadExtras = callPackage ../applications/window-managers/xmonad/xmonad-extras.nix {
X11 = self.X11_1_5_0_1;
split = self.split_0_1;
};
# Tools.