diff --git a/distributive.cabal b/distributive.cabal index 589e751..f53f38e 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures version: 0.6.2 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE @@ -65,7 +65,7 @@ library build-depends: base >= 4 && < 5, base-orphans >= 0.5.2 && < 1, - transformers >= 0.2 && < 0.6 + transformers >= 0.3 && < 0.6 if !impl(ghc >= 7.8) && !impl(ghcjs) build-depends: transformers-compat >= 0.3 && < 1 diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 9f8aece..624ae44 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -25,7 +25,7 @@ Summary: Distributive functors -- Dual to Traversable License: BSD-2-Clause 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-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel