summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/HsSyck/default.nix
blob: 6b1681c6b3727a44bbc92c490b77ede8f77863f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{cabal}:

cabal.mkDerivation (self : {
  pname = "HsSyck";
  version = "0.45";
  sha256 = "67d02a892cd4535a02cc3ebf7b6e9f898a64428ec6783488875ac694d7fafb79";
  meta = {
    description = "Fast, lightweight YAML loader and dumper";
  };
})