Skip to content

Commit

Permalink
Abstracts dep rename (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
macrologist authored Oct 13, 2023
1 parent 4617625 commit 077ba23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qvm.asd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; General utilities
#:alexandria
;; Abstract classes
#:abstract-classes
#:org.tfeb.hax.abstract-classes
;; IEEE-754 float parsing
#:ieee-floats
;; Parallelization utilities
Expand Down
2 changes: 1 addition & 1 deletion src/error/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(defpackage #:qvm.error
(:use #:cl
#:abstract-classes
#:org.tfeb.hax.abstract-classes
#:qvm)
(:import-from #:qvm #:multiprobabilistically)
(:local-nicknames (#:quil #:cl-quil.frontend))
Expand Down
2 changes: 1 addition & 1 deletion src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(defpackage #:qvm
(:documentation "Package containing an implementation of a quantum virtual machine.")
(:use #:cl
#:abstract-classes)
#:org.tfeb.hax.abstract-classes)

(:shadowing-import-from #:mt19937
#:random)
Expand Down

0 comments on commit 077ba23

Please sign in to comment.