2012-06-15 10:06:11 +02:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "stringsearch";
|
2012-10-08 11:25:26 +02:00
|
|
|
version = "0.3.6.4";
|
|
|
|
sha256 = "16g0x0n8x3bg3mij7w3r5m3h2i2dn3bd298n14iccdwhfnlzm91b";
|
2012-06-15 10:06:11 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://bitbucket.org/dafis/stringsearch";
|
|
|
|
description = "Fast searching, splitting and replacing of ByteStrings";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-06-15 10:06:11 +02:00
|
|
|
};
|
|
|
|
})
|