# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, matrix, parsec, QuickCheck, tasty, tastyQuickcheck, text , transformers, wlPprintExtras }: cabal.mkDerivation (self: { pname = "HaTeX"; version = "3.16.0.0"; sha256 = "16b3aaaahsy153dfii2lc1672kkm6i9mch5hmyf9229b17hhh5pa"; buildDepends = [ matrix parsec QuickCheck text transformers wlPprintExtras ]; testDepends = [ QuickCheck tasty tastyQuickcheck text ]; meta = { homepage = "http://wrongurl.net/haskell/HaTeX"; description = "The Haskell LaTeX library"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })