nixpkgs/pkgs/development/libraries/haskell/HsSyck/0.52.nix
2014-08-09 13:49:24 +02:00

16 lines
466 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hashtables, syb, utf8String }:
cabal.mkDerivation (self: {
pname = "HsSyck";
version = "0.52";
sha256 = "1hdckbm60pzmydaz4rsw3kz9byd205987jcddakyhmgfinzvqwvc";
buildDepends = [ hashtables syb utf8String ];
meta = {
description = "Fast, lightweight YAML loader and dumper";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})