diff --git a/cabal-doctest-1.0.8.cabal b/cabal-doctest-1.0.8.cabal index be30355..b6a648d 100644 --- a/cabal-doctest-1.0.8.cabal +++ b/cabal-doctest-1.0.8.cabal @@ -1,6 +1,6 @@ name: cabal-doctest version: 1.0.8 -x-revision: 1 +x-revision: 2 synopsis: A Setup.hs helper for doctests running description: Currently (beginning of 2017), there isn't @cabal doctest@ @@ -33,8 +33,8 @@ library other-modules: other-extensions: build-depends: - base >=4.3 && <4.15 - , Cabal >=1.10 && <3.3 + base >=4.3 && <4.16 + , Cabal >=1.10 && <3.6 , directory , filepath