diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index c1e4c38..9ab75fb 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 3 06:38:59 UTC 2021 - psimons@suse.com + +- Update monad-control to version 1.0.3.1. + 1.0.3.1. + + * Support transformers-0.6 + +------------------------------------------------------------------- +Tue Jul 27 07:50:46 UTC 2021 - psimons@suse.com + +- Update monad-control to version 1.0.3. + 1.0.3 + + * Add `controlT` + * Support transformers-compat-0.7 + + 1.0.2.4 + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 7378cbb..04a5956 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-monad-control # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global pkg_name monad-control Name: ghc-%{pkg_name} -Version: 1.0.2.3 +Version: 1.0.3.1 Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause diff --git a/monad-control-1.0.2.3.tar.gz b/monad-control-1.0.2.3.tar.gz deleted file mode 100644 index 3b8f857..0000000 --- a/monad-control-1.0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1 -size 13864 diff --git a/monad-control-1.0.3.1.tar.gz b/monad-control-1.0.3.1.tar.gz new file mode 100644 index 0000000..929b92f --- /dev/null +++ b/monad-control-1.0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c +size 13985