packages feed

cabal2nix-2.9.3: test/golden-test-cases/nanospec.nix.golden

{ mkDerivation, base, hspec, silently, stdenv }:
mkDerivation {
  pname = "nanospec";
  version = "0.2.1";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base ];
  testHaskellDepends = [ base hspec silently ];
  description = "A lightweight implementation of a subset of Hspec's API";
  license = stdenv.lib.licenses.mit;
}