diff --git a/either.cabal b/either.cabal index 61ee513..084088a 100644 --- a/either.cabal +++ b/either.cabal @@ -1,7 +1,7 @@ name: either category: Control, Monads version: 4.4.1.1 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE @@ -35,7 +35,7 @@ library monad-control >= 0.3.2 && < 1.1, MonadRandom >= 0.1 && < 0.6, mtl >= 2.0 && < 2.3, - mmorph >= 1.0.0 && < 1.1, + mmorph >= 1.0.0 && < 1.2, profunctors >= 4 && < 6, semigroups >= 0.8.3.1 && < 1, semigroupoids >= 4 && < 6, diff --git a/ghc-either.changes b/ghc-either.changes index 64f158b..59741fb 100644 --- a/ghc-either.changes +++ b/ghc-either.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 22 08:08:50 UTC 2017 - psimons@suse.com + +- Update to version 4.4.1.1 revision 2 with cabal2obs. + ------------------------------------------------------------------- Wed Jan 4 21:24:48 UTC 2017 - psimons@suse.com diff --git a/ghc-either.spec b/ghc-either.spec index 4f0a883..907f24d 100644 --- a/ghc-either.spec +++ b/ghc-either.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-MonadRandom-devel BuildRequires: ghc-bifunctors-devel