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))