Exclude old versions from build (scribble/example only in ≥ v6.4), removed debug provide

This commit is contained in:
Georges Dupéron 2016-10-15 05:38:48 +02:00
parent 66b41f4a21
commit b645c41b35
2 changed files with 4 additions and 4 deletions

View File

@ -22,9 +22,9 @@ env:
# versions.
#- RACKET_VERSION=6.0
#- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
#- RACKET_VERSION=6.1.1
#- RACKET_VERSION=6.2
#- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6

View File

@ -2,7 +2,7 @@
(require (only-in racket/base [map orig-map]))
(provide map generalize)
(provide map)
(module m racket/base
(provide unoptimizable-false)