Skip to content

Commit

Permalink
conscript: temporary work-around for (require conscript/treatment)
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
MarcKaufmann committed Mar 7, 2024
1 parent 2106d71 commit d24ffab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conscript/base.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
"form.rkt"
"html.rkt"
"markdown.rkt"
"var.rkt")
"var.rkt"
; FIXME: remove once we fix problem of requiring this directly
"treatment.rkt")

; FIXME: next provide is temporary until fixing `(require conscript/treatment)`
(provide
assigning-treatments)

(lazy-require
[congame-web/components/identity (put/identity)])
Expand Down

0 comments on commit d24ffab

Please sign in to comment.