From 02e18fe22f5a86b974af06a41f9afccf6622517c Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Sat, 8 Feb 2020 10:58:39 +0300 Subject: [PATCH] Release 0.7.0 --- lambdasoup.opam | 6 +----- src/dune | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lambdasoup.opam b/lambdasoup.opam index 52abe0d..d104064 100644 --- a/lambdasoup.opam +++ b/lambdasoup.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Easy functional HTML scraping and manipulation with CSS selectors" -version: "dev" +version: "0.7.0" license: "MIT" homepage: "https://github.com/aantron/lambdasoup" doc: "https://aantron.github.io/lambdasoup" @@ -22,10 +22,6 @@ depends: [ "ounit" {with-test} ] -pin-depends: [ - ["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"] -] - build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest"] {with-test} diff --git a/src/dune b/src/dune index 94cd14b..c862805 100644 --- a/src/dune +++ b/src/dune @@ -4,5 +4,4 @@ (synopsis "Easy functional HTML scraping and manipulation") (wrapped false) (flags (:standard -w +A -warn-error -3)) - (preprocess (pps bisect_ppx --conditional)) (libraries markup))