2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-11-06 12:38:54 +00:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-11-06 12:38:54 +00:00
|
|
|
pname = "base64-string";
|
2011-08-07 20:33:26 +01:00
|
|
|
version = "0.2";
|
|
|
|
sha256 = "0pkhrimabacsjalzq0y3a197fqfbspsbv8xszzg4vbb1fb59dj1y";
|
2009-11-06 12:38:54 +00:00
|
|
|
meta = {
|
2011-08-07 20:33:26 +01:00
|
|
|
homepage = "http://urchin.earth.li/~ian/cabal/base64-string/";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Base64 implementation for String's";
|
2011-08-07 20:33:26 +01:00
|
|
|
license = "unknown";
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-11-06 12:38:54 +00:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|