summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-03-18 07:10:55 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-05-10 22:13:54 +0200
commit17bd460f023abc2ea9d5b36fffa032ff56ee02a6 (patch)
tree98a3e490d8925a882afcd37b31f90840ff82df6d /gnu/packages/ocaml.scm
parent1345231cc21725e9866edb1b4c2366a038d4b5f3 (diff)
downloadguix-patches-17bd460f023abc2ea9d5b36fffa032ff56ee02a6.tar
guix-patches-17bd460f023abc2ea9d5b36fffa032ff56ee02a6.tar.gz
gnu: Add ocaml4.01-sqlite3.
* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b3fee16627..c69b3073d7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1321,6 +1321,9 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
@code{ocaml-sqlite}.")
(license license:expat)))
+(define-public ocaml4.01-sqlite3
+ (package-with-ocaml4.01 ocaml-sqlite3))
+
(define-public ocaml-csv
(package
(name "ocaml-csv")