Skip to content

Commit 4593afd

Browse files
committed
Bump the streamly-core package version
1 parent 9019a78 commit 4593afd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

core/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for streamly-core 0.2.2.
3+
# Generated by GNU Autoconf 2.71 for streamly-core 0.2.3.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='streamly-core'
612612
PACKAGE_TARNAME='streamly-core'
613-
PACKAGE_VERSION='0.2.2'
614-
PACKAGE_STRING='streamly-core 0.2.2'
613+
PACKAGE_VERSION='0.2.3'
614+
PACKAGE_STRING='streamly-core 0.2.3'
615615
PACKAGE_BUGREPORT='[email protected]'
616616
PACKAGE_URL='https://streamly.composewell.com'
617617

@@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
12561256
# Omit some internal or obsolete options to make the list less imposing.
12571257
# This message is too long to be a string in the A/UX 3.1 sh.
12581258
cat <<_ACEOF
1259-
\`configure' configures streamly-core 0.2.2 to adapt to many kinds of systems.
1259+
\`configure' configures streamly-core 0.2.3 to adapt to many kinds of systems.
12601260
12611261
Usage: $0 [OPTION]... [VAR=VALUE]...
12621262
@@ -1318,7 +1318,7 @@ fi
13181318

13191319
if test -n "$ac_init_help"; then
13201320
case $ac_init_help in
1321-
short | recursive ) echo "Configuration of streamly-core 0.2.2:";;
1321+
short | recursive ) echo "Configuration of streamly-core 0.2.3:";;
13221322
esac
13231323
cat <<\_ACEOF
13241324
@@ -1404,7 +1404,7 @@ fi
14041404
test -n "$ac_init_help" && exit $ac_status
14051405
if $ac_init_version; then
14061406
cat <<\_ACEOF
1407-
streamly-core configure 0.2.2
1407+
streamly-core configure 0.2.3
14081408
generated by GNU Autoconf 2.71
14091409
14101410
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1622,7 +1622,7 @@ cat >config.log <<_ACEOF
16221622
This file contains any messages produced by compilers while
16231623
running configure, to aid debugging if configure makes a mistake.
16241624
1625-
It was created by streamly-core $as_me 0.2.2, which was
1625+
It was created by streamly-core $as_me 0.2.3, which was
16261626
generated by GNU Autoconf 2.71. Invocation command line was
16271627
16281628
$ $0$ac_configure_args_raw
@@ -3832,7 +3832,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38323832
# report actual input values of CONFIG_FILES etc. instead of their
38333833
# values after options handling.
38343834
ac_log="
3835-
This file was extended by streamly-core $as_me 0.2.2, which was
3835+
This file was extended by streamly-core $as_me 0.2.3, which was
38363836
generated by GNU Autoconf 2.71. Invocation command line was
38373837
38383838
CONFIG_FILES = $CONFIG_FILES
@@ -3888,7 +3888,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
38883888
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
38893889
ac_cs_config='$ac_cs_config_escaped'
38903890
ac_cs_version="\\
3891-
streamly-core config.status 0.2.2
3891+
streamly-core config.status 0.2.3
38923892
configured by $0, generated by GNU Autoconf 2.71,
38933893
with options \\"\$ac_cs_config\\"
38943894

core/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
44
# the macros used in this file.
55

6-
AC_INIT([streamly-core], [0.2.2], [[email protected]], [streamly-core], [https://streamly.composewell.com])
6+
AC_INIT([streamly-core], [0.2.3], [[email protected]], [streamly-core], [https://streamly.composewell.com])
77

88
# To suppress "WARNING: unrecognized options: --with-compiler"
99
AC_ARG_WITH([compiler], [GHC])

core/streamly-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: streamly-core
3-
version: 0.2.2
3+
version: 0.2.3
44
synopsis: Streaming, parsers, arrays, serialization and more
55
description:
66
For upgrading to streamly-0.9.0+ please read the

streamly.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ library
513513
, template-haskell >= 2.14 && < 2.24
514514

515515
-- The core streamly package
516-
, streamly-core == 0.2.2
516+
, streamly-core >= 0.2.2 && < 0.2.4
517517

518518
, hashable >= 1.3 && < 1.6
519519
, unordered-containers >= 0.2 && < 0.3

0 commit comments

Comments
 (0)