Skip to content

Commit

Permalink
BERT package depends uses CLERIC-ETF, not CLERIC.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard committed Nov 10, 2012
1 parent dff1690 commit d652ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bert.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(defpackage #:bert
(:documentation "BERT (Binary ERlang Term).")
(:use #:cl #:cleric #:cleric-bops #:alexandria)
(:use #:cl #:cleric-bops #:cleric-etf #:alexandria)
(:shadow #:encode #:decode)
(:export

Expand Down

0 comments on commit d652ad3

Please sign in to comment.