Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for streamly 0.11.0.
# Generated by GNU Autoconf 2.72 for streamly 0.12.0.
#
# Report bugs to <streamly@composewell.com>.
#
Expand Down Expand Up @@ -603,8 +603,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='streamly'
PACKAGE_TARNAME='streamly'
PACKAGE_VERSION='0.11.0'
PACKAGE_STRING='streamly 0.11.0'
PACKAGE_VERSION='0.12.0'
PACKAGE_STRING='streamly 0.12.0'
PACKAGE_BUGREPORT='streamly@composewell.com'
PACKAGE_URL='https://streamly.composewell.com'

Expand Down Expand Up @@ -1217,7 +1217,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
'configure' configures streamly 0.11.0 to adapt to many kinds of systems.
'configure' configures streamly 0.12.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1279,7 +1279,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of streamly 0.11.0:";;
short | recursive ) echo "Configuration of streamly 0.12.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1365,7 +1365,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
streamly configure 0.11.0
streamly configure 0.12.0
generated by GNU Autoconf 2.72

Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1544,7 +1544,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by streamly $as_me 0.11.0, which was
It was created by streamly $as_me 0.12.0, which was
generated by GNU Autoconf 2.72. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4006,7 +4006,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by streamly $as_me 0.11.0, which was
This file was extended by streamly $as_me 0.12.0, which was
generated by GNU Autoconf 2.72. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4062,7 +4062,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
streamly config.status 0.11.0
streamly config.status 0.12.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
# the macros used in this file.

AC_INIT([streamly], [0.11.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])
AC_INIT([streamly], [0.12.0], [streamly@composewell.com], [streamly], [https://streamly.composewell.com])

# To suppress "WARNING: unrecognized options: --with-compiler"
AC_ARG_WITH([compiler], [GHC])
Expand Down
18 changes: 9 additions & 9 deletions core/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for streamly-core 0.3.0.
# Generated by GNU Autoconf 2.71 for streamly-core 0.4.0.
#
# Report bugs to <streamly@composewell.com>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='streamly-core'
PACKAGE_TARNAME='streamly-core'
PACKAGE_VERSION='0.3.0'
PACKAGE_STRING='streamly-core 0.3.0'
PACKAGE_VERSION='0.4.0'
PACKAGE_STRING='streamly-core 0.4.0'
PACKAGE_BUGREPORT='streamly@composewell.com'
PACKAGE_URL='https://streamly.composewell.com'

Expand Down Expand Up @@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures streamly-core 0.3.0 to adapt to many kinds of systems.
\`configure' configures streamly-core 0.4.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1318,7 +1318,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of streamly-core 0.3.0:";;
short | recursive ) echo "Configuration of streamly-core 0.4.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1404,7 +1404,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
streamly-core configure 0.3.0
streamly-core configure 0.4.0
generated by GNU Autoconf 2.71

Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1622,7 +1622,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by streamly-core $as_me 0.3.0, which was
It was created by streamly-core $as_me 0.4.0, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3832,7 +3832,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by streamly-core $as_me 0.3.0, which was
This file was extended by streamly-core $as_me 0.4.0, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3888,7 +3888,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
streamly-core config.status 0.3.0
streamly-core config.status 0.4.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion core/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://www.gnu.org/software/autoconf/manual/autoconf.html for help on
# the macros used in this file.

AC_INIT([streamly-core], [0.3.0], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])
AC_INIT([streamly-core], [0.4.0], [streamly@composewell.com], [streamly-core], [https://streamly.composewell.com])

# To suppress "WARNING: unrecognized options: --with-compiler"
AC_ARG_WITH([compiler], [GHC])
Expand Down
2 changes: 2 additions & 0 deletions core/docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## Unreleased

## 0.3.0

See [0.2.2-0.3.0 API Changelog](/core/docs/ApiChangelogs/0.2.2-0.3.0.txt) for a
Expand Down
2 changes: 1 addition & 1 deletion core/streamly-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: streamly-core
version: 0.3.0
version: 0.4.0
synopsis: Streaming, parsers, arrays, serialization and more
description:
For upgrading to streamly-0.9.0+ please read the
Expand Down
2 changes: 2 additions & 0 deletions docs/User/Project/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<!-- See rendered changelog at https://streamly.composewell.com -->

## Unreleased

## 0.11.0

See
Expand Down
4 changes: 2 additions & 2 deletions streamly.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: streamly
version: 0.11.0
version: 0.12.0
synopsis: Streaming data pipelines with declarative concurrency
description:
For upgrading to streamly-0.9.0+ please read the
Expand Down Expand Up @@ -541,7 +541,7 @@ library
, template-haskell >= 2.14 && < 2.24

-- The core streamly package
, streamly-core == 0.3.0
, streamly-core == 0.4.0

, hashable >= 1.3 && < 1.6
, unordered-containers >= 0.2 && < 0.3
Expand Down
Loading