2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-09 10:28:24 -08:00
|
|
|
{ cabal, hashtables, syb, utf8String }:
|
2010-09-07 05:58:07 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-07 05:58:07 -07:00
|
|
|
pname = "HsSyck";
|
2014-05-07 02:46:40 -07:00
|
|
|
version = "0.52";
|
|
|
|
sha256 = "1hdckbm60pzmydaz4rsw3kz9byd205987jcddakyhmgfinzvqwvc";
|
2013-11-09 10:28:24 -08:00
|
|
|
buildDepends = [ hashtables syb utf8String ];
|
2010-09-07 05:58:07 -07:00
|
|
|
meta = {
|
|
|
|
description = "Fast, lightweight YAML loader and dumper";
|
2011-08-07 12:33:56 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-09-07 05:58:07 -07:00
|
|
|
};
|
|
|
|
})
|