Skip to content

Commit

Permalink
Only cleric-test depends on flexi-streams now.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard committed Oct 25, 2013
1 parent 40618aa commit 095c0da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,6 @@ To check out the latest code, use git:
- [cl-erlang-term](https://github.com/flambard/cl-erlang-term)
- [usocket](http://common-lisp.net/project/usocket/)
- [binary-data](https://github.com/gigamonkey/monkeylib-binary-data)
- [FLEXI-STREAMS](http://weitz.de/flexi-streams/)
- [CL-MD5](http://www.cliki.net/CL-MD5)
- [Alexandria](http://common-lisp.net/project/alexandria/)

Expand Down
2 changes: 1 addition & 1 deletion cleric-test.asd
@@ -1,6 +1,6 @@
(asdf:defsystem :cleric-test
:description "Unit tests for CLERIC."
:depends-on (:cleric :fiveam)
:depends-on (:cleric :fiveam :flexi-streams)
:components
((:module :test
:components
Expand Down
1 change: 0 additions & 1 deletion cleric.asd
Expand Up @@ -12,7 +12,6 @@
:depends-on (:epmd
:erlang-term
:usocket
:flexi-streams
:md5
:alexandria
:com.gigamonkeys.binary-data)
Expand Down
3 changes: 1 addition & 2 deletions src/packages.lisp
Expand Up @@ -40,8 +40,7 @@
(:use #:cl
#:cleric-handshake-protocol
#:erlang-term
#:etf-bops
#:flexi-streams)
#:etf-bops)
(:export

;; Type
Expand Down

0 comments on commit 095c0da

Please sign in to comment.