Skip to content
Snippets Groups Projects
Commit 1413d010 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Tweak the .asd file.

Update copyright dates.
parent 9e013909
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2011-2012 Google, Inc. Copyright (c) 2011-2014 Google, Inc.
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
:description "spawn local or remote processes and shell pipes" :description "spawn local or remote processes and shell pipes"
:version "2.0.0" :version "2.0.0"
:defsystem-depends-on (:asdf #-asdf3 "uiop") :defsystem-depends-on (:asdf #-asdf3 "uiop")
:depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") :depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") ; input and error-output redirection
#+sbcl "sb-posix" #+sbcl "sb-posix"
"alexandria" "optima" "alexandria" "optima"
"fare-utils" "fare-quasiquote-extras" "fare-mop") "fare-utils" "fare-quasiquote-extras" "fare-mop")
:around-compile "asdf-driver:call-with-safe-io-syntax" :around-compile "uiop:call-with-safe-io-syntax" ;; ensures that quasiquote syntax doesn't escape
:components :components
((:file "pkgdcl") ((:file "pkgdcl")
(:file "process-spec" :depends-on ("pkgdcl")) (:file "process-spec" :depends-on ("pkgdcl"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment