cpack_repository/commit

Fixed dependencies

authorJan Wielemaker
Thu Sep 13 15:42:06 2012 +0200
committerJan Wielemaker
Thu Sep 13 15:42:06 2012 +0200
commitf2d8a5855f152b475d301379c9284e94d118ffe0
tree03d7f7b696d6812edaac62e689bf6799e8cca3b4
parent69434f76e347a704e7840cb2a9c0ef6f46bbe7e2
Diff style: patch stat
diff --git a/components/cpack.pl b/components/cpack.pl
index 287a06a..cbc388b 100644
--- a/components/cpack.pl
+++ b/components/cpack.pl
@@ -40,7 +40,7 @@
 :- include(bundle(html_page)).
 :- use_module(user(user_db)).
 :- use_module(library(http/http_path)).
-:- use_module(library(http/dcg_basics)).
+:- use_module(library(dcg/basics)).
 :- use_module(library(cpack/repository)).
 :- use_module(library(cpack/dependency)).
 :- use_module(library(semweb/rdf_db)).
diff --git a/lib/cpack/repository.pl b/lib/cpack/repository.pl
index 197e6b8..0079e26 100644
--- a/lib/cpack/repository.pl
+++ b/lib/cpack/repository.pl
@@ -56,7 +56,7 @@
 :- use_module(library(http/http_host)).
 :- use_module(library(http/http_path)).
 :- use_module(library(http/http_open)).
-:- use_module(library(http/dcg_basics)).
+:- use_module(library(dcg/basics)).
 :- use_module(user(user_db)).
 :- use_module(library(foaf_schema)).
 :- use_module(xref).