diff --git a/ghc-monad-control.changes b/ghc-monad-control.changes index 0f61e58..bf217f7 100644 --- a/ghc-monad-control.changes +++ b/ghc-monad-control.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update monad-control to version 1.0.2.3. + * Correct spelling mistake. Courtesy of Edward Betts. + * Support transformers-compat-0.6. + * Added some good documentation. Courtesy of Franz Thoma. + ------------------------------------------------------------------- Tue Jul 11 03:02:26 UTC 2017 - psimons@suse.com diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 4ef4b97..37cb7a9 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-monad-control # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %global pkg_name monad-control Name: ghc-%{pkg_name} -Version: 1.0.2.1 +Version: 1.0.2.3 Release: 0 Summary: Lift control operations, like exception catching, through monad transformers License: BSD-3-Clause -Group: Development/Languages/Other -Url: https://hackage.haskell.org/package/%{pkg_name} +Group: Development/Libraries/Haskell +URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -31,7 +31,6 @@ BuildRequires: ghc-stm-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package defines the type class 'MonadBaseControl', a subset of 'MonadBase' @@ -52,7 +51,7 @@ and speedup most definitions. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -77,11 +76,9 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %doc CHANGELOG README.markdown %changelog diff --git a/monad-control-1.0.2.1.tar.gz b/monad-control-1.0.2.1.tar.gz deleted file mode 100644 index 915a326..0000000 --- a/monad-control-1.0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4ecb2db714499c0fa518321cfbbf22f98ed03c199d47eee0dea3e0430358c2 -size 12406 diff --git a/monad-control-1.0.2.3.tar.gz b/monad-control-1.0.2.3.tar.gz new file mode 100644 index 0000000..3b8f857 --- /dev/null +++ b/monad-control-1.0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1 +size 13864