diff --git a/Glob-0.7.5.tar.gz b/Glob-0.7.5.tar.gz deleted file mode 100644 index facd1ff..0000000 --- a/Glob-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0063bbc680d90f522455c0dec1121837689da542f4d9c70924d98bfb1389be41 -size 23443 diff --git a/Glob-0.7.9.tar.gz b/Glob-0.7.9.tar.gz new file mode 100644 index 0000000..e9f4dcf --- /dev/null +++ b/Glob-0.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd +size 24191 diff --git a/ghc-Glob.changes b/ghc-Glob.changes index 3e9fde5..1084704 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 3 10:07:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.7.9 +* Add missing Utils module to test suite, so that the tests provided with + the sdist tarball actually run. +* Add dependency on transformers-compat to allow using + Control.Monad.Trans.Except also with older library versions. + +------------------------------------------------------------------- +Thu Jun 30 12:05:56 UTC 2016 - mimi.vx@gmail.com + +- update to 0.7.7 +* Update test dependencies to allow HUnit-1.3. +* Update dependencies to allow filepath-1.4. +* Added Cabal Source-Repository metadata, pointing to GitHub. +* Integrated tests with Cabal so that they can be run with "cabal test". +* Got rid of deprecation warnings by using Control.Monad.Trans.Except + instead of Control.Monad.Trans.Error. +* Added Semigroup instance, bringing in a new dependency on semigroups on + pre-8.0 GHC versions. + ------------------------------------------------------------------- Thu Nov 19 11:39:00 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index 8451191..2ece691 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -18,7 +18,7 @@ %global pkg_name Glob Name: ghc-Glob -Version: 0.7.5 +Version: 0.7.9 Release: 0 Summary: Globbing library Group: System/Libraries @@ -35,7 +35,9 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-dlist-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-semigroups-devel BuildRequires: ghc-transformers-devel +BuildRequires: ghc-transformers-compat-devel # End cabal-rpm deps %description @@ -56,7 +58,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cabal-tweak-dep-ver filepath '< 1.4' '< 1.5' %build %ghc_lib_build