add revision

This commit is contained in:
Jens Petersen 2020-07-17 16:38:01 +08:00
parent ab663b7b9f
commit d43ca2b4aa
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: path-io
version: 1.6.0
x-revision: 1
x-revision: 2
cabal-version: 1.18
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
license: BSD3
@ -28,9 +28,9 @@ library
, dlist >= 0.8 && < 0.9
, exceptions >= 0.8 && < 0.11
, filepath >= 1.2 && < 1.5
, path >= 0.6 && < 0.8
, path >= 0.6 && < 0.9
, temporary >= 1.1 && < 1.4
, time >= 1.4 && < 1.10
, time >= 1.4 && < 1.11
, transformers >= 0.3 && < 0.6
, unix-compat
exposed-modules: Path.IO
@ -58,7 +58,7 @@ test-suite tests
, exceptions >= 0.8 && < 0.11
, hspec >= 2.0 && < 3.0
, filepath >= 1.2 && < 1.5
, path >= 0.6 && < 0.8
, path >= 0.6 && < 0.9
, path-io
, transformers >= 0.3 && < 0.6
, unix-compat