packages feed

cabal2nix-2.16.0: test/golden-test-cases/type-spec.nix.golden

{ mkDerivation, base, lib, pretty }:
mkDerivation {
  pname = "type-spec";
  version = "0.3.0.1";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base pretty ];
  testHaskellDepends = [ base ];
  homepage = "https://github.com/sheyll/type-spec#readme";
  description = "Type Level Specification by Example";
  license = lib.licenses.bsd3;
}