From e7edcf9c6e5e5be78b82dd5e11bbb1691dea2854 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 22 Apr 2019 15:53:02 -0700 Subject: [PATCH] infos --- quad/LICENSE.md | 2 +- quad/info.rkt | 4 +++- quad/quad/info.rkt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/quad/LICENSE.md b/quad/LICENSE.md index cd4fb620..5ea57bc0 100644 --- a/quad/LICENSE.md +++ b/quad/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Quad is © 2014–2018 Matthew Butterick +Quad is © 2014–2019 Matthew Butterick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/quad/info.rkt b/quad/info.rkt index 0208f3c9..56390e6d 100644 --- a/quad/info.rkt +++ b/quad/info.rkt @@ -1,5 +1,6 @@ #lang info -(define collection 'multi)(define deps '("at-exp-lib" +(define collection 'multi) +(define deps '("at-exp-lib" "base" "beautiful-racket-lib" "fontland" @@ -11,3 +12,4 @@ "txexpr" "csp")) (define build-deps '("debug")) +(define update-implies '("xenomorph" "fontland" "pitfall")) diff --git a/quad/quad/info.rkt b/quad/quad/info.rkt index 0a42e33b..7b1c11e9 100644 --- a/quad/quad/info.rkt +++ b/quad/quad/info.rkt @@ -1,3 +1,3 @@ #lang info -(define collection "quad") (define version "0.0") +(define scribblings '(("scribblings/quad.scrbl")))