We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69994b5 commit 58ebfe2Copy full SHA for 58ebfe2
package.lisp
@@ -1,6 +1,6 @@
1
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: WEBAPP; Base: 10 -*-
2
3
-;;; Copyright (C) 2012, 2017 Anthony Green <[email protected]>
+;;; Copyright (C) 2012, 2017, 2018 Anthony Green <[email protected]>
4
5
;;; Webapp is free software; you can redistribute it and/or modify it
6
;;; under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
19
;;;; package.lisp
20
21
(defpackage #:webapp
22
- (:use #:hunchentoot #:cl #:cl-pccre)
+ (:use #:hunchentoot #:cl)
23
(:shadow #:package)
24
(:export #:start-webapp #:stop-webapp))
25
0 commit comments