2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-12-14 07:57:52 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "compact-string-fix";
|
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "161z0lmrrqvy77ppdgz7m6nazcmlmy1azxa8rx0cgpqmyxzkf87n";
|
|
|
|
meta = {
|
|
|
|
homepage = "http://twan.home.fmf.nl/compact-string/";
|
|
|
|
description = "Same as compact-string except with a small fix so it builds on ghc-6.12";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-12-14 07:57:52 +00:00
|
|
|
};
|
|
|
|
})
|