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
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