Skip to content

Commit 9414a03

Browse files
committed
make array-set runnable
1 parent 151df41 commit 9414a03

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

ch03-array-set/project.clj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
(defproject com.clojurebook/array-set "1.0.0-SNAPSHOT"
2-
:description "FIXME: write description"
3-
:dependencies [[org.clojure/clojure "1.3.0"]])
1+
(defproject com.clojurebook/array-set "1.0.0"
2+
:description "An array-backed set implementation, analogous to
3+
Clojure's array-map, explored in chapter 3 of 'Clojure Programming' by
4+
Emerick, Carper, and Grand."
5+
:url "http://github.com/clojurebook/ClojureProgramming"
6+
:dependencies [[org.clojure/clojure "1.3.0"]]
7+
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta6"]]}})

0 commit comments

Comments
 (0)