packages feed

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

{ mkDerivation, base, hspec, lib, silently }:
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 = lib.licenses.mit;
}