From 7d1268e86d47b9967fc44df1c3afa7aaa37b9212 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 25 Apr 2024 02:53:01 -0400 Subject: [PATCH] oops dependencies --- dune-project | 2 +- package.nix | 7 +++---- ppx_unicode.opam | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dune-project b/dune-project index cea189a..4f6071c 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.15) (name ppx_unicode) -(version 0.0.1) +(version 0.1.0) (generate_opam_files true) diff --git a/package.nix b/package.nix index c74f8af..f5f4aed 100644 --- a/package.nix +++ b/package.nix @@ -23,16 +23,15 @@ let sourceSet = fs.toSource { root = sourceRoot; fileset = sourceFiles; }; in buildDunePackage rec { pname = "ppx_unicode"; - version = "0.0.1"; + version = "0.1.0"; src = sourceSet; minimalOCamlVersion = "5.1"; dontStrip = true; - buildInputs = [ ppxlib uunf ]; - propagatedBuildInputs = [ ]; + propagatedBuildInputs = [ ppxlib uunf ]; - nativeBuildInputs = lib.optionals enableShell [ + nativeBuildInputs = [ ppxlib ] ++ lib.optionals enableShell [ ocaml dune_3 odoc utop ]; } diff --git a/ppx_unicode.opam b/ppx_unicode.opam index ae2cf7d..e446ec7 100644 --- a/ppx_unicode.opam +++ b/ppx_unicode.opam @@ -1,12 +1,12 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.0.1" +version: "0.1.0" synopsis: "opinionated ppx for string literals" description: "ppx providing enforced and NFC normalized utf-8 on string literals, uchar literals, and bytes literals" maintainer: ["xenia "] authors: ["xenia "] -license: "LGPL-2.0-or-later" +license: "CC-BY-NC-SA-4.0" homepage: "https://git.lain.faith/haskal/ppx_unicode" bug-reports: "https://git.lain.faith/haskal/ppx_unicode" depends: [