From 2b74c85f83598fc08a3861486c737847b21dd979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 18 Jan 2017 00:01:23 +0100 Subject: [PATCH] Revert "Attempt to fix build on Travis" This reverts commit 4ad59206eb2d46317b6899fe48879294924f8578. --- graph-type.hl.rkt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/graph-type.hl.rkt b/graph-type.hl.rkt index db16bfa..17d88da 100644 --- a/graph-type.hl.rkt +++ b/graph-type.hl.rkt @@ -1,4 +1,4 @@ -#lang hyper-literate typed/racket/base #:no-auto-require +#lang hyper-literate typed/racket #:no-auto-require @require[scribble-math scribble-enhanced/doc @@ -81,12 +81,9 @@ (require racket/require phc-toolkit (lib "phc-adt/tagged-structure-low-level.hl.rkt") - (for-syntax (subtract-in racket/base - phc-graph/subtemplate-override) - "graph-info.hl.rkt" + (for-syntax "graph-info.hl.rkt" phc-toolkit/untyped - (subtract-in syntax/parse - phc-graph/subtemplate) + (subtract-in syntax/parse phc-graph/subtemplate) racket/set phc-graph/subtemplate-override))