Skip to content

Commit

Permalink
Remove mischief dependency, use reprovide-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Oct 24, 2015
1 parent 2fe6114 commit 1adfd46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions command-line-ext/main.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#lang racket

(require mischief)

(require/provide "extensible-command-line-ext-syntax.rkt"
"library-expanders.rkt")
#lang reprovide
"extensible-command-line-ext-syntax.rkt"
"library-expanders.rkt"
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rackunit-lib"
"fancy-app"
"generic-syntax-expanders"
"mischief"
"reprovide-lang"
"lens"))

(define build-deps
Expand Down

0 comments on commit 1adfd46

Please sign in to comment.