Skip to content

Commit

Permalink
Merge pull request #4733 from bactrian/sync-prs-1440889201
Browse files Browse the repository at this point in the history
Sync OCaml compiler PRs
  • Loading branch information
avsm committed Aug 30, 2015
2 parents 2b95bb9 + 23dc083 commit 7a6e9c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compilers/4.03.0/4.03.0+pr234/4.03.0+pr234.comp
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.03.0"
src: "https://github.com/marklrh/ocaml/archive/empty_list_user_defined_constructor.tar.gz"
build: [
["./configure" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: [ "base-unix" "base-bigarray" "base-threads" ]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.03.0/4.03.0+pr234/4.03.0+pr234.descr
@@ -0,0 +1 @@
Allow ``[]`` as a user-defined constructor

0 comments on commit 7a6e9c9

Please sign in to comment.