refresh revision

This commit is contained in:
Jens Petersen 2021-07-07 23:29:25 +08:00
parent e8fe7bf91f
commit 4b7592dff8
1 changed files with 3 additions and 3 deletions

View File

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