# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, hspecMeta }: cabal.mkDerivation (self: { pname = "hspec-discover"; version = "2.1.2"; sha256 = "0zv215br94agvg8dbz0f5az5cahgnw8gdx0z84zlrpjxkzf3rb19"; isLibrary = true; isExecutable = true; buildDepends = [ filepath ]; testDepends = [ filepath hspecMeta ]; noHaddock = true; meta = { homepage = "http://hspec.github.io/"; description = "Automatically discover and run Hspec tests"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })