# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, contravariant, mtl, QuickCheck, tasty, tastyHunit , tastyQuickcheck, transformers }: cabal.mkDerivation (self: { pname = "unbound-generics"; version = "0.0.2"; sha256 = "0zgajq411bp16xwv31i2igsz62lad923rylhfprklsism13rk5ai"; buildDepends = [ contravariant mtl transformers ]; testDepends = [ mtl QuickCheck tasty tastyHunit tastyQuickcheck ]; meta = { homepage = "http://github.com/lambdageek/unbound-generics"; description = "Reimplementation of Unbound using GHC Generics"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })