3
0
Fork 0
forked from mirrors/nixpkgs

haskell-split: update to 0.2.1.2

This commit is contained in:
Peter Simons 2013-01-30 11:12:10 +01:00
parent 792f47020b
commit 89ee4bd883
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "split";
version = "0.2.1.2";
sha256 = "0wjw4j9wgk66h7filzfh0py9b0wwmaynvwqvd6kinxgms86fpvyi";
meta = {
description = "Combinator library for splitting lists";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -138,7 +138,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
regexBase = self.regexBase_0_93_2; # 7.6 ok
regexCompat = self.regexCompat_0_95_1; # 7.6 ok
regexPosix = self.regexPosix_0_95_2; # 7.6 ok
split = self.split_0_2_1_1; # 7.6 ok
split = self.split_0_2_1_2; # 7.6 ok
stm = self.stm_2_4_2; # 7.6 ok
syb = self.syb_0_3_7; # 7.6 ok
text = self.text_0_11_2_3; # 7.6 ok
@ -1608,7 +1608,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
SMTPClient = callPackage ../development/libraries/haskell/SMTPClient {};
split_0_2_1_1 = callPackage ../development/libraries/haskell/split/0.2.1.1.nix {};
split = self.split_0_2_1_1;
split_0_2_1_2 = callPackage ../development/libraries/haskell/split/0.2.1.2.nix {};
split = self.split_0_2_1_2;
stbImage = callPackage ../development/libraries/haskell/stb-image {};