Skip to content

Commit

Permalink
Version 1.2.4 will be compatible with OCaml >= 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonadeo committed Jul 30, 2020
1 parent 13a8fa3 commit 398130d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ sudo: required
install: test -e .travis.opam.sh || wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.09
- OCAML_VERSION=4.10
# - OCAML_VERSION=4.04
# - OCAML_VERSION=4.05
# - OCAML_VERSION=4.06
# - OCAML_VERSION=4.07
# - OCAML_VERSION=4.08
os:
- linux
- osx
Expand Down
16 changes: 8 additions & 8 deletions lens.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "lens"
version: "1.2.3"
version: "1.2.4"
maintainer: "Paolo Donadeo <[email protected]>"
authors: [ "Alessandro Strada <[email protected]>" ]
license: "BSD-3-Clause"
Expand All @@ -12,12 +12,12 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.1"}
"ppx_deriving" {build}
"ppx_tools" {build}
"ppxfind" {build}
"dune" { >= "1.0"}
"ounit" {with-test}
"ocaml" {>= "4.10"}
"ppx_deriving" {build}
"ppx_tools" {build}
"ppxfind" {build}
"dune" {>= "1.0"}
"ounit" {with-test}
]
synopsis: "Functional lenses"
description: """
Expand All @@ -29,6 +29,6 @@ see http://stackoverflow.com/questions/5767129/lenses-fclabels-data-accessor-whi
see http://www.youtube.com/watch?v=efv0SQNde5Q - Functional lenses for Scala by Edward Kmett on YouTube
see http://patternsinfp.wordpress.com/2011/01/31/lenses-are-the-coalgebras-for-the-costate-comonad - Lenses are the coalgebras for the costate comonad by Jeremy Gibbons"""
url {
src: "https://github.com/pdonadeo/ocaml-lens/archive/v1.2.3.tar.gz"
src: "https://github.com/pdonadeo/ocaml-lens/archive/v1.2.4.tar.gz"
checksum: "md5=0c32537d2ee536da1cab00c5d30f8d76"
}

0 comments on commit 398130d

Please sign in to comment.