ocamlPackages.bitstring: 4.0.1 → 4.1.0

This commit is contained in:
Vincent Laporte
2021-03-19 11:47:03 +01:00
committed by Vincent Laporte
parent 33bd43d2ea
commit b68839485d
3 changed files with 9 additions and 3 deletions
@@ -3,6 +3,10 @@
, ounit
}:
if !lib.versionAtLeast ppxlib.version "0.18.0"
then throw "ppx_bitstring is not available with ppxlib-${ppxlib.version}"
else
buildDunePackage rec {
pname = "ppx_bitstring";
inherit (bitstring) version useDune2 src;