diff --git a/ghc-tagged.changes b/ghc-tagged.changes index 641e443..3a62d04 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 7 08:29:50 UTC 2015 - mimi.vx@gmail.com + +- update to 0.8.1 +* Add KProxy to the backwards compatibility Data.Proxy module. +* Add a Generic instance to Proxy. +* Added Data.Proxy.TH, based on the code from Frames by Anthony Cowley. +* Removed reproxy from Data.Proxy. This is a bad API decision, but it isn't present + in GHC's Data.Proxy, and this makes the API more stable. + ------------------------------------------------------------------- Sat Apr 25 17:34:25 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 86b5f94..9e6caea 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,32 +15,34 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %global pkg_name tagged Name: ghc-tagged -Version: 0.7.3 +Version: 0.8.1 Release: 0 Summary: Haskell 98 phantom types to avoid unsafely passing dummy arguments -License: BSD-3-Clause -Group: System/Libraries +Group: System/Libraries -Url: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +License: BSD-3-Clause +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-template-haskell-devel %description -This package provides Haskell 98 phantom types to avoid unsafely passing dummy arguments. +Haskell 98 phantom types to avoid unsafely passing dummy arguments. %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other -Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} +Requires: %{name} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -49,24 +51,31 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} + %build %ghc_lib_build + %install %ghc_lib_install + %post devel %ghc_pkg_recache + %postun devel %ghc_pkg_recache + %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE + %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc README.markdown + %changelog diff --git a/tagged-0.7.3.tar.gz b/tagged-0.7.3.tar.gz deleted file mode 100644 index 2026b53..0000000 --- a/tagged-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb544fc509fbb98100500f9c61617c0afee32854a6fc88bd873d017e34ffcb04 -size 5634 diff --git a/tagged-0.8.1.tar.gz b/tagged-0.8.1.tar.gz new file mode 100644 index 0000000..8cd982f --- /dev/null +++ b/tagged-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdd98389fcca3aa9c9902d1fb209fd431685ba6530f3051ebe1960fe1c782c1 +size 8088