1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 09:00:28 -04:00
nixpkgs/pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix
2014-10-03 20:02:00 +02:00

18 lines
573 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hxt, mtl }:
cabal.mkDerivation (self: {
pname = "hxt-pickle-utils";
version = "0.1.0.2";
sha256 = "06v4935lljcyyx4a5v0z4id3fz4v28aghsrzr94k6diibpnwcdz2";
buildDepends = [ hxt mtl ];
meta = {
homepage = "https://github.com/silkapp/hxt-pickle-utils";
description = "Utility functions for using HXT picklers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
};
})