revise .cabal

This commit is contained in:
Jens Petersen 2022-06-18 00:21:41 +08:00
parent f068a042e7
commit 48e8f518f2
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ cabal-version: 1.12
build-type: Simple
name: hslogger
version: 1.3.1.0
x-revision: 3
x-revision: 5
maintainer: hvr@gnu.org
author: John Goerzen
@ -65,11 +65,11 @@ library
other-extensions: CPP ExistentialQuantification DeriveDataTypeable
build-depends:
base >= 4.3 && < 4.16
base >= 4.3 && < 4.17
, bytestring >= 0.9 && < 0.12
, containers >= 0.4 && < 0.7
, deepseq >= 1.1 && < 1.5
, time >= 1.2 && < 1.10
, time >= 1.2 && < 1.13
, old-locale >= 1.0 && < 1.1
if flag(network--GT-3_0_0)