Commit 7c5e6e1d9292b0490dea99d870d8b79f439fdc6e

Thomas de Grivel 2014-03-04T17:08:23

Fix dependency on cl-unicode.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lowh.triangle.uri.asd b/lowh.triangle.uri.asd
index 50e85d7..a7d763d 100644
--- a/lowh.triangle.uri.asd
+++ b/lowh.triangle.uri.asd
@@ -28,7 +28,7 @@
   :author "Thomas de Grivel <thomas@lowh.net>"
   :version "0.1"
   :description "String and URI library"
-  :depends-on ("alexandria" "str" "trivial-utf-8")
+  :depends-on ("alexandria" "cl-unicode" "str" "trivial-utf-8")
   :components
   ((:file "package")
    (:file "uri" :depends-on ("package"))