Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Jan 11, 2022
1 parent 9a745ba commit e2cc417
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conformist.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.7.0"
version: "0.8.0"
synopsis:
"Conformist allows you to define schemas to decode, validate and sanitize input data declaratively"
description: """
Expand All @@ -24,7 +24,7 @@ depends: [
"sexplib" {>= "v0.13.0" & with-test}
]
build: [
["dune" "subst"] {dev}
["dune" "subst"] {pinned}
[
"dune"
"build"
Expand Down
13 changes: 12 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
with import <nixpkgs> { };

mkShell {
buildInputs = [ zlib.dev zlib.out zlib zlib.all gmp gmp.dev pkgconfig openssl libev libevdev ];
buildInputs = [
zlib.dev
zlib.out
zlib
zlib.all
gmp
gmp.dev
pkgconfig
openssl
libev
libevdev
];
shellHook = "eval $(opam env)";
}
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(generate_opam_files true)

(name conformist)
(version 0.7.0)
(version 0.8.0)

(authors "Josef Erben")
(source (github oxidizing/conformist))
Expand Down

0 comments on commit e2cc417

Please sign in to comment.